Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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

  1. using one or more datepicker, if you
  2. use different numberOfMonths options (greater than 1), then
  3. activating a datepicker with a lower numberOfMonths after a datepicker with a higher numberOfMonths will
  4. cause the months to overflow into each other.

http://jsbin.com/egowe5/5

Change History (4)

comment:1 Changed 12 years ago by kzys

comment:2 Changed 12 years ago by Scott González

Resolution: fixed
Status: newclosed

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 Kato Kazuyoshi

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 Scott González

Milestone: 1.91.8.13
Note: See TracTickets for help on using tickets.