Opened 13 years ago
Closed 11 years ago
#6733 closed bug (duplicate)
datepicker bug: error with selecting dates with multiple calendars
Reported by: | Enoah Netzach | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using Google Chrome 8.0.552.215
, Mozilla Firefox 3.6.12
, Safari 5.0.2
on a iMac 7,1
with Mac OS X 10.6.5
;
Using jquery 1.4.2
and jquery-ui 1.8.6
:
Using datepicker inline with multiple calendars (numberOfMonths>=2) and showCurrentAtPos=1, when clicking on a date in the last month on right, the datepicker does not update in the right position, centering on the last selected day, but goes back to the month before the first on the left side.
Used Code
Html:
<body> <div id="foo"></div> </body>
Html:
$('#foo').datepicker({ numberOfMonths: 2, showCurrentAtPos: 1 })
Online Example
Change History (4)
comment:2 Changed 13 years ago by
This ticket is related to #6225 which also appears to have a simpler fix.
comment:3 Changed 11 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
Note: See
TracTickets for help on using
tickets.
partially fixed triggering two custom jQuery events on $('body'):
and managing them in a very long and crazy way..
Code highlighting: