Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 2 years ago by john
- Owner set to john
- Priority changed from undecided to blocker
- Status changed from new to assigned
- Component changed from unfiled to manipulation
- Milestone changed from 1.next to 1.5.1
comment:2 Changed 2 years ago by jeresig
- Status changed from assigned to closed
- Resolution set to fixed
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.
Changeset: 292acd97a226ec15af2adc069d02973d59c6bc59
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
