#6704 closed bug (fixed)
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
- using one or more datepicker, if you
- use different numberOfMonths options (greater than 1), then
- activating a datepicker with a lower numberOfMonths after a datepicker with a higher numberOfMonths will
- cause the months to overflow into each other.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Merge pull request #200 from kzys/trac-6704-2
Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
Changeset: 116acb4cb28c4a091547648132316b7f8e9e6072
comment:3 Changed 12 years ago by
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
comment:4 Changed 12 years ago by
Milestone: | 1.9 → 1.8.13 |
---|
Note: See
TracTickets for help on using
tickets.
I've sent a pull request at https://github.com/jquery/jquery-ui/pull/199.