Ticket #7837 (closed defect: worksforme)
Opened 3 years ago
Last modified 3 months ago
jquery.js Unresponsive with Mozilla 3.0.4
| Reported by: | trac@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.11.2.1 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Clicking on any link on a Browse Source page with at least 1100 files or directories the following error is generated in Mozilla Firefox 3.0.4. This includes any of the Trac navigation such as Wiki, Timeline, etc. Stopping the script does load the next page. This error does not seem to occur in IE6.
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: http://noc.localnet.sys/trac/chrome/common/js/jquery.js:11
Attachments
Change History
comment:1 Changed 3 years ago by cboos
- Milestone set to not applicable
comment:2 Changed 3 years ago by cboos
comment:3 Changed 3 years ago by guillermog@…
Same problem here,
FF 3.0.6
problem seems to be in jquery.js:11 (1.2.6)
comment:4 follow-up: ↓ 6 Changed 3 years ago by cboos
- Milestone changed from not applicable to 0.12.1
- Severity changed from normal to minor
FF 3.5 is still very slow when leaving my 10000 entries test page, but at least doesn't show an error. It's now more like 30s than 5 minutes though, which is probably bearable.
I always thought this could be a FF bug, as in Chrome leaving that page is nearly instantaneous. But when testing with Safari, it seems that there's indeed a 1-2 seconds delay that could be attributed to Javascript. So maybe there's something we can optimize...
comment:5 Changed 3 years ago by anton
Perhaps update to jQuery 1.3.2 which is the actual one would be a good idea
(even if its not the problem here perhaps)
... but to be up to date, since most people use 1.3.2 now
comment:6 in reply to: ↑ 4 Changed 13 months ago by cboos
- Milestone next-minor-0.12.x deleted
- Resolution set to worksforme
- Status changed from new to closed
Replying to cboos:
FF 3.5 is still very slow when leaving my 10000 entries test page, but at least doesn't show an error. It's now more like 30s than 5 minutes though, which is probably bearable.
No longer a problem with FF 4.0b10.
comment:7 Changed 3 months ago by anonymous
I am getting this problem with jquery 1.6.4 and FF 7.0.1 Linux
... stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: http://www.......com/JS/jQuery.js:3



Well yes, hopefully they'll fix that in newer version of Mozilla. No other browser I've tested has this behavior.
Upgrading jQuery to 1.3.1 also doesn't improve anything.
(keeping the ticket open as a 3rd party issue)