Ticket #2876 (closed enhancement: fixed)

Opened 22 months ago

Last modified 21 months ago

DatePicker: selectors don't fire any event.

Reported by: acolonna Owned by: grabanski
Priority: major Milestone: 1.5.1
Component: ui.datepicker Version: 1.5
Keywords: datepicker calendar Cc:

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.

Change History

Changed 22 months ago by anonymous

  • milestone 1.2.4 deleted

Milestone 1.2.4 deleted

Changed 22 months ago by paul

  • owner paul deleted
  • version changed from 1.2.3 to 1.5b4
  • component changed from ui.core to ui.datepicker

Changed 22 months ago by paul

  • type changed from bug to enhancement

Changed 22 months ago by paul

  • status changed from new to assigned
  • owner set to grabanski

Changed 21 months ago by kbwood

  • status changed from assigned to closed
  • resolution set to fixed

Added onChangeMonthYear setting to notify of changes to month/year in the datepicker. This option should be set to a function that takes a date as a parameter (the first of the new month/year) followed by a reference to the current datepicker instance. 'this' refers to the original input field.

Changed 21 months ago by rdworth

  • milestone set to 1.5.1

Changed 21 months ago by rdworth

  • version changed from 1.5b4 to 1.5
Note: See TracTickets for help on using tickets.