Side navigation
#8237 closed bug (duplicate)
Opened February 10, 2011 02:29PM UTC
Closed February 10, 2011 02:37PM UTC
Last modified February 10, 2011 04:33PM UTC
:HAS with :NTH-CHILD not working under IE
Reported by: | hogusa91@googlemail.com | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.next |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Following example works great with FF,Opera,Safari but not IE8 (IE6/IE7 untested)
New version of jQuery throw a syntax error.
Attachments (0)
Change History (4)
Changed February 10, 2011 02:37PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → high |
resolution: | → duplicate |
status: | new → closed |
version: | 1.4.4 → 1.5 |
Changed February 10, 2011 02:51PM UTC by comment:3
Why duplicate? Its a different bug which only happens under IE. I found this bug with 1.4.4. See jsfiddle link in description. Was this "fixed" in 1.5?
Changed February 10, 2011 04:33PM UTC by comment:4
Replying to [comment:3 hogusa91@…]:
Why duplicate? Its a different bug which only happens under IE. I found this bug with 1.4.4. See jsfiddle link in description. Was this "fixed" in 1.5?
Duplicate because these bugs have the same root cause, a regex matching bug in Sizzle. You just found a variation of this which happened to work in some browsers.