Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12403 closed bug (fixed)

Selector "> li > :first-child,> :not(li):even" fails in old IE

Reported by: scottgonzalez Owned by:
Priority: blocker Milestone: 1.8.1
Component: selector Version: git
Keywords: Cc:
Blocked by: Blocking:

Description

The selector by itself doesn't fail, but when run multiple times inside .find() from different elements, the results are incorrect.

http://jsfiddle.net/Gw42T/1/

Fails in IE 6-8. This is causing jQuery UI accordion tests to fail.

Change History (5)

comment:1 Changed 11 years ago by dmethvin

Further reduction: http://jsfiddle.net/dzw6W/5/

comment:2 Changed 11 years ago by dmethvin

Okay, it's not the child selector either: http://jsfiddle.net/dzw6W/6/

comment:3 Changed 11 years ago by dmethvin

Component: unfiledselector
Milestone: None1.8.1
Priority: undecidedblocker
Status: newopen

comment:5 Changed 11 years ago by Timmy Willison

Resolution: fixed
Status: openclosed

Sizzle: fix compilation of the same selector with different contexts. Fixes #12403.

Changeset: f42cc8eab873199b93f5458993d4c83394565b4a

Note: See TracTickets for help on using tickets.