Ticket #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: | |
| Blocking: | Blocked by: |
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
Change History
Note: See
TracTickets for help on using
tickets.


