Skip to main content

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.

Attachments (2)
  • datepicker_1.png (24.8 KB) - added by Andron May 07, 2010 11:33AM UTC.

    Datepicker number 3 was three times copied. Datepickers 4,5,6 have some jQuery number as datepicker number 3.

  • datepickers.png (4.0 KB) - added by Andron May 07, 2010 11:32AM UTC.

    Original elements with three datepickers

Change History (3)

Changed July 30, 2010 07:06AM UTC by zbqworktest comment:1

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

Changed July 30, 2010 02:35PM UTC by scottgonzalez comment:2

resolution: → invalid
status: newclosed

We don't support cloning elements with plugins.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted