YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2527835 (closed enhancement)

Reporter


Firat 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
argument.

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

Satyen Desai

YUI Developer

Posted: 06/29/09
  • milestone changed to 2.8.0
  • status changed from new to accepted

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

Satyen Desai

YUI Developer

Posted: 07/7/09
  • status changed from accepted to checkedin

commit 848342cc17552084a45630296e20630fc470e3c5
Author: Satyen Desai
Date: Mon Jul 6 14:58:36 2009 -0700

Added prev/new Date arguments to the changePage event. Fixes #2527835

George

YUI Developer

Posted: 09/14/09
  • status changed from checkedin to closed

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.

George

YUI Developer

Posted: 09/14/09
  • resolution changed to fixed