Opened 7 years ago
Last modified 7 years ago
#14893 open bug
Incorrect layout of months after switch
Reported by: | artemipanchuk | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.11.3 |
Keywords: | showCurrentAtPos, numberOfMonths | Cc: | |
Blocked by: | Blocking: |
Description
Datepicker is configured with numberOfMonths: 3
and showCurrentAtPos: 2
. Say, current month is december and it is displayed as third (i.e. correctly). When I tap a random day in october, it switches months correctly. But when I tap a random day in november, it fails. Here is my fiddle, I also managed to reproduce this bug here: http://jsfiddle.net/am1wtovr/.
Note: See
TracTickets for help on using
tickets.
Confirmed. This is definitely broken behavior when you choose a date in any month but the first.