Opened 13 years ago
Closed 12 years ago
#5825 closed bug (wontfix)
Firefox 2 crashes badly in jQuery onload
Reported by: | andrecassal | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4 |
Component: | core | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery 1.4 causes firefox 2.0 to crash in the jQuery file load. Based on my analysis there were 3 inexistent properties which we just needed to test before using.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | jQuery-fix.txt added |
---|
comment:1 Changed 13 years ago by
Running a deep test, it seems that Firebug 1.05 (last version for FF 2) is causing the crash.
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Firefox 2 has been EOL for nearly two years now, so marking this as WONTFIX based on that and the fact that it only occurs when Firebug is interfering.
Note: See
TracTickets for help on using
tickets.
Added properties tests in 3 different lines, discribed in this file