Skip to main content

Bug Tracker

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)
  • jquerytest.html (1.5 KB) - added by lectror October 29, 2009 06:34AM UTC.

    Run this file under IE & FF, you gonna see the difference.

Change History (3)

Changed October 30, 2009 12:11AM UTC by dmethvin comment:1

component: unfilledselector
keywords: → ie8 find xml
owner: → john
priority: criticalmajor

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!

Changed November 19, 2010 02:28AM UTC by dmethvin comment:2

milestone: 1.4
status: newopen
summary: Selector bug under IEIE finds wrong elements in XML doc

Changed March 31, 2011 05:15AM UTC by danheberden comment:3

resolution: → fixed
status: openclosed

jQuery 1.5 opened up $.parseXML - check it out :) http://jsfiddle.net/danheberden/ChuUN/

http://api.jquery.com/jQuery.parseXML