Skip to main content

Search and Top Navigation

#7709 closed bug (duplicate)

Opened September 09, 2011 06:39PM UTC

Closed September 09, 2011 06:43PM 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.

Attachments (0)
Change History (4)

Changed September 09, 2011 06:43PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

In the future, please test against the latest release before filing a bug.

Changed September 09, 2011 06:43PM UTC by scottgonzalez comment:2

Duplicate of #7176.

Changed September 09, 2011 06:43PM UTC by scottgonzalez comment:3

component: ui.coreui.datepicker

Changed September 09, 2011 06:49PM UTC by scottgonzalez comment:4

#7710 is a duplicate of this ticket.