Side navigation
#11946 closed bug (fixed)
Opened June 21, 2012 12:16PM UTC
Closed June 23, 2012 12:53PM UTC
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
Attachments (0)
Change History (1)
Changed June 23, 2012 12:53PM UTC by comment:1
| resolution: | → fixed | 
|---|---|
| status: | new → closed | 
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.