Skip to main content

Search and Top Navigation

#5022 closed bug (fixed)

Opened December 22, 2009 01:05AM UTC

Closed January 10, 2010 04:47AM UTC

numberOfMonths with one column multiple rows doesn't diplay the next button

Reported by: slobo Owned by:
Priority: major Milestone: 1.8
Component: ui.datepicker Version: 1.8a1
Keywords: datepicker multimonth Cc:
Blocked by: Blocking:
Description

see here: http://jsbin.com/ugipi/edit

Fix is simple. in jquery.ui.datepicker.js / _generateHTML change

if (isMultiMonth) {

to

if (isMultiMonth && !( col == 0 && numMonths[1] == 1)) {

(right now it's on line 1408)

attached is diff from the current svn

Attachments (1)
Change History (2)

Changed December 29, 2009 01:38AM UTC by scottgonzalez comment:1

component: ui.coreui.datepicker
milestone: TBD1.8
priority: criticalmajor

Changed January 10, 2010 04:47AM UTC by kbwood comment:2

resolution: → fixed
status: newclosed

Fixed in r3638.