Side navigation
#12403 closed bug (fixed)
Opened August 27, 2012 01:32AM UTC
Closed August 27, 2012 02:20PM UTC
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.
Attachments (0)
Change History (5)
Changed August 27, 2012 02:13AM UTC by comment:1
Changed August 27, 2012 02:22AM UTC by comment:2
Okay, it's not the child selector either: http://jsfiddle.net/dzw6W/6/
Changed August 27, 2012 01:34PM UTC by comment:3
component: | unfiled → selector |
---|---|
milestone: | None → 1.8.1 |
priority: | undecided → blocker |
status: | new → open |
Further reduction: http://jsfiddle.net/dzw6W/5/