Opened 12 years ago
Closed 11 years ago
#10003 closed bug (fixed)
Regression/BC break from #6963
Reported by: | 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:
Change History (5)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.next |
Priority: | undecided → low |
Status: | new → open |
Version: | 1.4.2 → 1.6.2 |
comment:2 Changed 12 years ago by
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
I am only testing in IE8, which your new fiddle definitely fails on as well.
comment:4 Changed 12 years ago by
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
Milestone: | 1.next → 1.8 |
---|---|
Resolution: | → fixed |
Status: | open → closed |
This seems to work now
Confirmed
test case with 1.4.4 test case with 1.4.2