jQuery: The Write Less, Do More JavaScript Library

Ticket #1628 (closed bug: fixed)

Opened 11 months ago

Last modified 11 months ago

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

Reported by: xhva Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.1 Component: core
Version: 1.2 Keywords:
Cc: Needs: Review

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

bug.html (0.8 kB) - added by xhva 11 months ago.
Minimised testcase for JQuery 1.2 IE6 clone/append DOM result bug
jquery.js (79.3 kB) - added by handcoding 11 months ago.
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

Changed 11 months ago by xhva

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

Changed 11 months ago by handcoding

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

Changed 11 months ago by xhva

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

Changed 11 months ago by brandon

  • status changed from new to closed
  • resolution set to fixed

As xhva mentioned, this is now fixed.

Note: See TracTickets for help on using tickets.