Closed
Bug 513977
Opened 16 years ago
Closed 16 years ago
Firefox hangs restoring form with lots of checkboxes with brackets in form item name
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
DUPLICATE
of bug 477564
People
(Reporter: dietrich, Unassigned)
Details
(Keywords: hang, Whiteboard: [tsnap][ts])
Attachments
(1 file)
|
279.12 KB,
text/html
|
Details |
Followup issue from bug 477564 comment #110:
"Just a note: the test case with 4000 checkboxes passes with flying colors on FF
352, UNLESS you use brackets in the checkbox name:
<input type="checkbox" name="category[]" value="1" />Item 1<br/> etc...
Then it stalls completely."
| Reporter | ||
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
| Reporter | ||
Updated•16 years ago
|
Whiteboard: [tsnap][ts]
Comment 1•16 years ago
|
||
(In reply to comment #0)
> "Just a note: the test case with 4000 checkboxes passes with flying colors on
> FF 352
I doubt that the brackets make the difference, considering that Firefox 3.5.2 still suffers from the original bug (the fix is in 3.5._3_). This is likely due to us not saving form state for http_s_ pages, if the original test was attachment 388399 [details] and the modified test a local file.
Status: NEW → UNCONFIRMED
Ever confirmed: false
Comment 2•16 years ago
|
||
Indeed, the test file used was attachment 388399 [details] and the modified version a local file (now attached).
The exact behaviour experienced is:
- opening att. 388399: page renders fine, no noticeable lag
- opening the modified version: FF stalls with no 100%cpu usage nor ram explosion
The problem was noticed first on pages with much less than 4000 checkboxes - at around 100 the behaviour is: page loads ok, but then after a few seconds the interface starts having random intermittent 30 secs 'stalls'
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
My guess from comment #1 was correct:
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•