#4177 closed bug (wontfix)
"Next" button should advance the view by 'numberOfMonths' months
Reported by: | clscott | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.6 |
Component: | ui.datepicker | Version: | 1.6rc6 |
Keywords: | paging, windowing | Cc: | |
Blocked by: | Blocking: |
Description
This is the behavior I would expect:
numberOfMonths: 3 Months visible: January, February, March Click "Next" Months visible: April, May, June
Current behaviour is to advance by 1:
numberOfMonths: 3 Months visible: January, February, March Click "Next" Months visible: February, March, April
Change History (3)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Milestone: | TBD → 1.next |
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | 1.next → 1.6 |
---|
Note: See
TracTickets for help on using
tickets.
Use the stepMonths setting to control the prev/next buttons' movement.