#12387 closed bug (invalid)
Regression document ready
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | None |
Component: | core | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I believe there is an issue document ready raised to early (in google chrome 21) : you can compare on this fiddle : http://jsfiddle.net/neonp/KCsub/
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Indeed however, I just find out that the issue is written clearly in the chrome console :
Uncaught Error: Syntax error, unrecognized expression: :not(:input))
comment:3 Changed 10 years ago by
Component: | unfiled → core |
---|---|
Priority: | undecided → high |
Resolution: | → invalid |
Status: | pending → closed |
Great, thanks for getting back. I believe it may be a duplicate of http://bugs.jquery.com/ticket/11355 . If not, please file a new bug with a further reduced test case. Thanks again!
comment:4 Changed 10 years ago by
Actually, it is really a syntax error in where the previous version was maybe too permissive. Here is a reduced test case : http://jsfiddle.net/neonp/HLjtJ/
Hi Nicolas,
Thanks for the test case. It's a bit too complex to accurate debug what's happening here, although I don't believe it's an issue with document readiness. Could you perhaps reduce the jsfiddle example down further so we can easily see the bug?