Side navigation
#5419 closed bug (fixed)
Opened October 29, 2009 06:33AM UTC
Closed March 31, 2011 05:15AM UTC
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 (3)
Changed October 30, 2009 12:11AM UTC by comment:1
component: | unfilled → selector |
---|---|
keywords: | → ie8 find xml |
owner: | → john |
priority: | critical → major |
Changed November 19, 2010 02:28AM UTC by comment:2
milestone: | 1.4 |
---|---|
status: | new → open |
summary: | Selector bug under IE → IE finds wrong elements in XML doc |
Changed March 31, 2011 05:15AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | open → closed |
jQuery 1.5 opened up $.parseXML - check it out :) http://jsfiddle.net/danheberden/ChuUN/
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!