Search and Top Navigation
#6704 closed bug (fixed)
Opened November 30, 2010 05:13PM UTC
Closed May 04, 2011 09:09PM UTC
Last modified May 04, 2011 09:12PM UTC
Display overflow when multiple datepickers have different numberOfMonths
Reported by: | glenvan | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.13 |
Component: | ui.datepicker | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Produced
- with jQuery UI
- 1.8.0
- 1.8.6
- on MacOS 10.6
- Firefox 3.6.12
- Safari 5.0.2
- on Windows 7 x64
- Firefox 3.6.12
- Chrome 7.0.517.44
- Internet Explorer 8.0.7600.16385
- Safari 5.0.3
When
a. using one or more datepicker, if you
a. use different numberOfMonths options (greater than 1), then
a. activating a datepicker with a lower numberOfMonths after a datepicker with a higher numberOfMonths will
a. cause the months to overflow into each other.
Attachments (0)
Change History (4)
Changed May 04, 2011 05:21PM UTC by comment:1
Changed May 04, 2011 09:09PM UTC by comment:2
Changed May 04, 2011 09:12PM UTC by comment:3
Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
(cherry picked from commit fc97ccd398b60525fd9e4c0e9aa1f51048984394)
Changeset: 870977ae6b314cecb27a7bfe18b0fdf46c8e9f79
Changed May 04, 2011 09:12PM UTC by comment:4
milestone: | 1.9 → 1.8.13 |
---|
I've sent a pull request at https://github.com/jquery/jquery-ui/pull/199.