Search and Top Navigation
#5592 closed bug (notabug)
Opened May 07, 2010 11:31AM UTC
Closed July 30, 2010 02:35PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
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