Opened 15 years ago
Closed 15 years ago
#1628 closed bug (fixed)
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)
Change History (4)
Changed 15 years ago by
Changed 15 years ago by
Here's jquery.js from SVN as of 2007-09-17 @ 3:56 p.m. CDT, in case you wanted to try that
comment:1 Changed 15 years ago by
Thanks handcoding -- this was fixed as part of Ticket #1590, in changeset 3281.
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
As xhva mentioned, this is now fixed.
Note: See
TracTickets for help on using
tickets.
Minimised testcase for JQuery 1.2 IE6 clone/append DOM result bug