Skip to main content

Bug Tracker

Side navigation

#10453 closed bug (duplicate)

Opened October 07, 2011 08:08PM UTC

Closed October 07, 2011 08:46PM UTC

Last modified March 14, 2012 07:11AM UTC

Setting the ID on an elements clone also sets the ID in the cloned element in IE7

Reported by: Brian John <brian@brianjohn.com> Owned by: Brian John <brian@brianjohn.com>
Priority: low Milestone: None
Component: manipulation Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:
Description

Calling clone on an element, then setting the ID on the clone also sets the ID on the cloned element in IE7.

Here is a jsfiddle:

http://jsfiddle.net/f1sherman/76Yja/

I was not able to test the JSFiddle in IE7 as I'm not able to get JSFiddle to run at all in IE7.

Attachments (0)
Change History (4)

Changed October 07, 2011 08:14PM UTC by rwaldron comment:1

component: unfiledmanipulation
owner: → Brian John <brian@brianjohn.com>
status: newpending

I just ran this in IE7 and saw the same result as Chrome and Firefox http://jsfiddle.net/f1sherman/76Yja/show/light

Changed October 07, 2011 08:18PM UTC by rwaldron comment:2

Another run, without document.write: http://jsfiddle.net/rwaldron/tbSAH/show/light

Changed October 07, 2011 08:46PM UTC by timmywil comment:3

priority: undecidedlow
resolution: → duplicate
status: pendingclosed

Changed October 07, 2011 08:46PM UTC by timmywil comment:4

Duplicate of #9777.