Skip to main content

Bug Tracker

Side navigation

#1628 closed bug (fixed)

Opened September 16, 2007 12:18PM UTC

Closed September 18, 2007 02:02PM UTC

JQuery 1.2 on IE6 returns incorrect DOM result after clone/append

Reported by: xhva Owned by:
Priority: major Milestone: 1.2.1
Component: core Version: 1.2
Keywords: Cc:
Blocked by: Blocking:
Description

JQuery 1.2 on IE6 (IE7 untested) will return an incorrect DOM result after a clone and append operation. Minimised testcase attached.

1.1.4 doesn't exhibit this problem.

I tried to test on the nightlies, but the nightly link points to 1.1.4 and I don't have any experience with make.

Attachments (2)
  • bug.html (0.8 KB) - added by xhva September 16, 2007 12:25PM UTC.

    Minimised testcase for JQuery 1.2 IE6 clone/append DOM result bug

  • jquery.js (79.3 KB) - added by handcoding September 17, 2007 08:56PM UTC.

    Here's jquery.js from SVN as of 2007-09-17 @ 3:56 p.m. CDT, in case you wanted to try that

Change History (2)

Changed September 18, 2007 12:45AM UTC by xhva comment:1

Thanks handcoding -- this was fixed as part of Ticket #1590, in changeset 3281.

Changed September 18, 2007 02:02PM UTC by brandon comment:2

resolution: → fixed
status: newclosed

As xhva mentioned, this is now fixed.