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.
Fails in IE 6-8. This is causing jQuery UI accordion tests to fail.
Change History (5)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Okay, it's not the child selector either: http://jsfiddle.net/dzw6W/6/
comment:3 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.8.1 |
Priority: | undecided → blocker |
Status: | new → open |
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Sizzle: fix compilation of the same selector with different contexts. Fixes #12403.
Changeset: f42cc8eab873199b93f5458993d4c83394565b4a
Note: See
TracTickets for help on using
tickets.
Further reduction: http://jsfiddle.net/dzw6W/5/