Bug Tracker

Opened 12 years ago

Closed 11 years ago

#10003 closed bug (fixed)

Regression/BC break from #6963

Reported by: jquery@… 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/

Change History (5)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledselector
Milestone: None1.next
Priority: undecidedlow
Status: newopen
Version: 1.4.21.6.2

comment:2 Changed 12 years ago by muzkayise@…

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.

comment:3 Changed 12 years ago by anonymous

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

comment:4 Changed 12 years ago by muzkayise@…

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/

comment:5 Changed 11 years ago by Timmy Willison

Milestone: 1.next1.8
Resolution: fixed
Status: openclosed

This seems to work now

Note: See TracTickets for help on using tickets.