Skip to main content

Bug Tracker

Side navigation

#10003 closed bug (fixed)

Opened August 08, 2011 03:38PM UTC

Closed June 19, 2012 06:12AM UTC

Regression/BC break from #6963

Reported by: jquery@kenman.net Owned by:
Priority: low Milestone: 1.8
Component: selector Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

Posting as new bug since no comments were given on the closed bug that was updated with this new information.

There is a bit of a possible regression/BC break in #6963, but I believe it only affects IE. Prior to this change, jQuery could find XML elements within the document; after this change, it cannot. Evidently, XML nodes in IE do not have a parentNode.

While I understand the hazards of going to extensive measures to support IE, it seems like it would deserve more consideration than a Blackberry device.

Please see the following fiddle:

http://jsfiddle.net/yCrd4/

Attachments (0)
Change History (5)

Changed August 08, 2011 03:51PM UTC by timmywil comment:1

component: unfiledselector
milestone: None1.next
priority: undecidedlow
status: newopen
version: 1.4.21.6.2

Changed August 10, 2011 03:33PM UTC by muzkayise@gmail.com comment:2

i think its a combination of both, IE9 and JQuery. because when you run http://jsfiddle.net/fkling/Em2Yq/ in normal IE mode all works fine. as soon you change Document Mode to IE8 it doesn't find the xml element.

Changed August 10, 2011 03:49PM UTC by anonymous comment:3

I am only testing in IE8, which your new fiddle definitely fails on as well.

Changed August 11, 2011 09:08AM UTC by muzkayise@gmail.com comment:4

I just did another test using IE8 browser and its not working there as well. so just confirming anonymous test.

created a new fiddler to test: http://jsfiddle.net/superbDeveloper/Z3CHc/4/

Changed June 19, 2012 06:12AM UTC by timmywil comment:5

milestone: 1.next1.8
resolution: → fixed
status: openclosed

This seems to work now