Skip to main content

Bug Tracker

Side navigation

#482 closed bug (invalid)

Opened December 09, 2006 07:58PM UTC

Closed December 11, 2006 09:01AM UTC

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 '.'

Attachments (0)
Change History (1)

Changed December 11, 2006 09:01AM UTC by joern comment:1

resolution: → invalid
status: newclosed

There is no such line "return new Object(................................................) >= 0 ?".