Skip to main content

Bug Tracker

Side navigation

#8894 closed bug (fixed)

Opened April 16, 2011 01:51PM UTC

Closed April 17, 2012 02:05AM UTC

Last modified May 16, 2012 06:04PM UTC

appendTo() and alike methods called after clone() returns incorrect jQuery set in IE

Reported by: gravof Owned by:
Priority: high Milestone: 1.8
Component: manipulation Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

IE6+ (haven't tested IE9) don't introduce a new jQuery set after calling clone() and then appendTo().

However, if the target been appended to has more than two elements, this issue doesn't exist.

Please see http://jsfiddle.net/gravof/XsYeV/

Attachments (0)
Change History (5)

Changed April 17, 2011 10:59PM UTC by john comment:1

component: unfiledmanipulation
priority: undecidedhigh
status: newopen

Changed July 12, 2011 07:52PM UTC by john comment:2

Huh - I wonder if this has to do with document fragments or some such... hmm. Confirmed in bug triage.

Changed April 16, 2012 02:47AM UTC by rwaldron comment:3

Changed April 17, 2012 02:05AM UTC by dmethvin comment:4

milestone: 1.next1.8
resolution: → fixed
status: openclosed

Changed May 16, 2012 06:04PM UTC by Oleg comment:5

Fix #8894. Ensure .appendTo creates a new set in oldIE.

Changeset: abd2a07498afa48a4ec3ce0471b9b0b4fc812b55