#8237 closed bug (duplicate)
:HAS with :NTH-CHILD not working under IE
Reported by: | 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) http://jsfiddle.net/Vc9ud/
New version of jQuery throw a syntax error.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → high |
Resolution: | → duplicate |
Status: | new → closed |
Version: | 1.4.4 → 1.5 |
comment:2 Changed 12 years ago by
comment:3 follow-up: 4 Changed 12 years ago by
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?
comment:4 Changed 12 years ago by
Replying to [email protected]…:
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.
Duplicate of #8132.