Search and Top Navigation
#7710 closed bug (duplicate)
Opened September 09, 2011 06:46PM UTC
Closed September 09, 2011 06:49PM UTC
Last modified September 09, 2011 06:49PM UTC
datepicker year pulldown shows only the current year in Firefox
Reported by: | jdobs | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've defined a calendar as follows:
$('.datefield').datepicker({
changeYear: true,
numberOfMonths: 3
});
The pulldown for the year field works fine in IE (7.0) and in Chrome (13.0), but in Firefox (6.0) the year pulldown only shows the current year. If the numberOfMonths option is removed or is changed to 1, the pulldown shows the normal range of years to select. But it the numberOfMonths option is set to anything then 1, the pulldown only shows the year of the currently selected date.