Opened 13 years ago
Closed 12 years ago
#5419 closed bug (fixed)
IE finds wrong elements in XML doc
Reported by: | lectror | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | selector | Version: | 1.3.2 |
Keywords: | ie8 find xml | Cc: | |
Blocked by: | Blocking: |
Description
$xml_handel.find('ancestor descendant') is not working properly under IE.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | jquerytest.html added |
---|
comment:1 Changed 13 years ago by
Component: | unfilled → selector |
---|---|
Keywords: | ie8 find xml added |
Owner: | set to john |
Priority: | critical → major |
Definitely strange. Even though $model is selecting the first <model> tag, the .find() manages to find elements in the second one as well. Thanks for the test case!
comment:2 Changed 12 years ago by
Milestone: | 1.4 |
---|---|
Status: | new → open |
Summary: | Selector bug under IE → IE finds wrong elements in XML doc |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
jQuery 1.5 opened up $.parseXML - check it out :) http://jsfiddle.net/danheberden/ChuUN/
Note: See
TracTickets for help on using
tickets.
Run this file under IE & FF, you gonna see the difference.