Opened 11 years ago
Closed 11 years ago
#11946 closed bug (fixed)
adjacent selector before :first-child on ie7
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It looks like a possible bug in the jQuery selector (sizzle), the error occurs when the adjacent sibling selector is used before the :first-child selctor. Here is a demo to show this problem jsfiddle.net/arunpjohny/bxEJe
Note: See
TracTickets for help on using
tickets.
Simplified test case for IE7, showing it's fixed in beta 1: http://jsfiddle.net/bxEJe/6/
I can't find the specific commit that fixed it but will mark this ticket as a glorious victory over entropy nonetheless.