Opened 16 years ago
Closed 16 years ago
#482 closed bug (invalid)
Don't panic: jQuery contains a serious bug in *latest* and svn, that renders half of the web unusable
Reported by: | amix | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | broken | Cc: | |
Blocked by: | Blocking: |
Description
Since two weeks I find myself on jQuery plugin sites, that have defunct examples.
My own stuff did sometimes work, sometimes not. Now I found out, that in jquery-latest.js as well as in the svn version (which many people seem to link to) there is a bug at lines:
jquery-latest.js:1696
jquery-svn.js:2312
In both cases the line is: return new Object(................................................) >= 0 ?
which causes the error. Please note, that due to the HTML I had to substitute spaces with '.'
Note: See
TracTickets for help on using
tickets.
There is no such line "return new Object(................................................) >= 0 ?".