Changes between Initial Version and Version 9 of Ticket #9370
- Timestamp:
- May 25, 2011, 7:50:51 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9370
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
unfiled
tomanipulation
-
Property
Priority
changed from
undecided
tohigh
- Property Keywords xml added
-
Property
Milestone
changed from
1.next
to1.6.2
- Property Owner set to timmywil
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #9370 – Description
initial v9 1 1 A compatibility issue has arisen with jquery 1.6 (and 1.6.1) and IE6. The failure does not occur with any version of jquery 1.5. A link to jsfiddle sample code that demonstrates the issue follows: 2 2 3 http://jsfiddle.net/sradoff/bQkhG/9/ 3 4 4 5 5 It is suggested that the link be run first on Firefox in which the sample code runs properly. Then use the same link with IE6. An alert box will appear indicating the point in the code that is failing. Note that the failure occurs with the append() method.