Opened 13 years ago
Closed 13 years ago
#8365 closed bug (fixed)
IE 9 RC is failing to fix cloned attributes
Reported by: | john | Owned by: | john |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5.1 |
Component: | manipulation | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A number of tests are failing in the test suite relating to the cloning of elements that have specific attributes/expandos. This is mostly due to the fact that the event cloning logic was fixed in IE 9 but the attribute cloning logic was not - we need to make a new support property to cover this case.
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.next → 1.5.1 |
Owner: | set to john |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Make a new jQuery.support.noCloneChecked - splitting apart the previous feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.