Closed Bug 501582 Opened 15 years ago Closed 15 years ago

Hangs when page has many controls

Categories

(Firefox :: General, defect)

3.5 Branch
x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 477564

People

(Reporter: blessonrajan, Unassigned)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)

When you open a page with so many form controls (tens and hundreds, or more), FF response becomes sluggish. Sometimes entering data into text field does not appear instantly, sometimes page scrollbars go unresponsive etc.

Reproducible: Always

Steps to Reproduce:
1. Open a page with many controls. (create a page like below)
<script language="javascript">
	for(i=0; i<500; i++){
		document.write('<input type="radio"/><br>');
	}
</script>

2. Click on the vertical scrollbar and drag from top to bottom quickly several times. In about 10 moves, FF usually goes unresponsive.

3. Once it recovers, click and a few controls, or enter values into a few control. FF again goes unresponsive.
Actual Results:  
FF goes unresponsive for several seconds (depending upon the number of controls)

Expected Results:  
FF should be responsive all the time
See comment 0 of bug 477564 for a workaround
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Version: unspecified → 3.5 Branch
You need to log in before you can comment on or make changes to this bug.