Opened 11 years ago
Closed 11 years ago
#10600 closed bug (invalid)
Valid selector throws exception in IE7/8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.7b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Sizzle is unable parse a selector that combines a pseudo-class with a pseudo-selector in IE 7 and 8.
The pseudo-class works:
alert($(":last-child").length);
And the pseudo-selector works:
alert($(":after").length);
But combining them together throws an exception in IE 7 and 8:
alert($(":last-child:after").length);
The same selector works in other browsers.
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → selector |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for submitting a ticket to the jQuery bug tracker! Could you possibly provide us with a test case on jsFiddle reproducing the issue you were experiencing so that we can evaluate and confirm it on our end? (also please test with the RC)