Modify ↓
Ticket #10453 (closed bug: duplicate)
Setting the ID on an elements clone also sets the ID in the cloned element in IE7
| Reported by: | Brian John <brian@…> | Owned by: | Brian John <brian@…> |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | manipulation | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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.
Change History
comment:1 Changed 20 months ago by rwaldron
- Owner set to Brian John <brian@…>
- Status changed from new to pending
- Component changed from unfiled to manipulation
comment:2 Changed 20 months ago by rwaldron
Another run, without document.write: http://jsfiddle.net/rwaldron/tbSAH/show/light
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

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