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)
Change History (3)
Changed 13 years ago by
Attachment: | multimonth.patch added |
---|
comment:1 Changed 13 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Milestone: | TBD → 1.8 |
Priority: | critical → major |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3638.