Opened 13 years ago

Closed 13 years ago

#5022 closed bug (fixed)

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)

multimonth.patch (103 bytes) - added by slobo 13 years ago.

Download all attachments as: .zip

Change History (3)

Changed 13 years ago by slobo

Attachment: multimonth.patch added

comment:1 Changed 13 years ago by Scott González

Component: ui.coreui.datepicker
Milestone: TBD1.8
Priority: criticalmajor

comment:2 Changed 13 years ago by kbwood

Resolution: fixed
Status: newclosed

Fixed in r3638.

Note: See TracTickets for help on using tickets.