#5592 closed bug (notabug)
Datepicker doesn't work in IE 7 after copy Elements with cloneNode(true);
Reported by: | Andron | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have copy some elements with HTMLObject method cloneNode(true);. One from copied subelements was a datepicker. In FF after copy all datepickers have differents jQuery-Numbers and datepickers does work. In IE 7 have alle copied datepickers equal jQuery-Number to the jQuery-Number form the original element.
Attachments (2)
Change History (5)
Changed 13 years ago by
Attachment: | datepickers.png added |
---|
Changed 13 years ago by
Attachment: | datepicker_1.png added |
---|
Datepicker number 3 was three times copied. Datepickers 4,5,6 have some jQuery number as datepicker number 3.
comment:1 Changed 13 years ago by
Hi Andron,
My problems is the same with yours, it seems that it will not work when we create a new datepicker with DOM, even if we re-bind the datepicker event to all the objects
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
We don't support cloning elements with plugins.
Note: See
TracTickets for help on using
tickets.
Original elements with three datepickers