Ticket #2527835 (closed enhancement)
ReporterFirat Agdas |
Opened: 03/21/09 Last modified: 09/14/09 Status: closed Type: enhancement Resolution: fixed |
Owner Satyen Desai |
Target Release: 2.8.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | YUI Calendar changePageEvent missing argument | ||
| Description: | First of all sorry for my english. well. I build an activity calendar. Not so cool but it 's working. But I did some modification on YUI Calendar Library. Because library not entirely provide for my project. You 'll see an example on test web site. Here that line; Calendar.obj.changePageEvent.subscribe(function(e, indecrease, Calendar) changePageEvent when fired (as a matter speaking Click to Previous Month or Next Month button), YUI Calendar will render lower then active month or upper then active month? changePageEvent has no such So I did some modification on the library. The point is it must already contain such argument. Dont you think? |
||
| Type: | enhancement | Observed in Version: | 2.6.0 |
| Component: | Calendar | Severity: | S3 (normal) |
| Assigned To: | Satyen Desai | Target Release: | 2.8.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | All | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 06/29/09
|
|
Posted: 07/7/09
commit 848342cc17552084a45630296e20630fc470e3c5 Added prev/new Date arguments to the changePage event. Fixes #2527835 |
|
Posted: 09/14/09
2.8.0 has been released. All "checkedin" items are available for download in the official release. Status of "checkedin" items is being set to closed. |
|
Posted: 09/14/09
|


Yes. ChangePage should have some way to determine prev/next pages. Will look into.