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