Bug Tracker

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 john

Component: unfiledmanipulation
Milestone: 1.next1.5.1
Owner: set to john
Priority: undecidedblocker
Status: newassigned

comment:2 Changed 13 years ago by jeresig

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.