Skip to main content

Bug Tracker

Side navigation

#2876 closed bug (fixed)

Opened May 15, 2008 01:50PM UTC

Closed January 21, 2009 11:41PM UTC

DatePicker: selectors don't fire any event.

Reported by: acolonna Owned by: kbwood
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: datepicker calendar Cc:
Blocked by: Blocking:
Description

DatePicker's month and year selectors do not fire any event when the used picks a month or year.

The best thing would be for the component to trigger an event like "onMonthSelect" and "onYearSelect", carrying the new date information within the event object.

Attachments (0)
Change History (2)

Changed June 19, 2008 10:47AM UTC by paul comment:1

owner: paulkbwood

Changed January 21, 2009 11:41PM UTC by kbwood comment:2

resolution: → fixed
status: newclosed

onChangeMonthYear added and passes new year and month (1-12) as parameters.