Closed
Bug 542982
Opened 15 years ago
Closed 15 years ago
Javascript slow to halt after updating an HTML table TD content
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: exco, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2011-1-30])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2) Gecko/20100115 Firefox/3.6
When using JavaScript to update a table content,
FF is very slow (unusable).
There is a time lag AFTER the updated table content is dislayed.
Each table update is slower than the previous.
Reproducible: Always
Steps to Reproduce:
1. click on 'Sort' to sort the column
2. when the table is sorted, try to scroll (it is frozen some time)
3. when unfrozen, try to sort another column.
Actual Results:
Firefox popup a window asking if we want to kill the script.
Expected Results:
A near instant sort as in the other browser :
Chrome, Opera, Konqueror and IE.
This bug was also in FF 3.5
With less lines in the table we can see that each sorting
take more time than the previous.
Comment 1•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
You can also try to reproduce in Firefox 4 Beta 8 or later, there are many improvements in the new version, http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: [CLOSEME 2011-1-30]
Reporter | ||
Comment 2•15 years ago
|
||
It works perfectly with Firefox 3.6.13.
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•