Closed
Bug 245827
Opened 21 years ago
Closed 21 years ago
Firefox crashes when pressing tab to a field which is blurred
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 232368
People
(Reporter: kaushy, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
There are two form fields on a webpage. A selection and a text field. When
something is selected from the selection, the text field gets blurred. If you
press "TAB" after the selecting a selection then firefox crashes.
Reproducible: Always
Steps to Reproduce:
1. Visit www.specialtysdirect.com
2. Try registering on their site. Choose some city, say "Seattle" and click
register.
3. Select any street and building in the popup window.
4. When you are directed to a form window, enter random fields till you come to
the "Company".
5. Select the "company" you want using the keyboard.
6. Press TAB
7. Watch firefox lock up and then crash after sometime
Actual Results:
Firefox crashes.
The code for the text box is the following:
<span style="color: #000000;">If your company isn't listed in the drop-down
list above, please type it in the box below.</span><br>
<input type="text" name="company" size="25" maxlength=25 value="" onFocus="if
(!window.document.registration.company_id[0].selected) { this.blur();}"
vcard_name="vCard.Company">
</td>
the code for the selection box is the following:
<td valign="top" width="50%"><span style="color:
#000000;"><b>Company*</b></span><br>
<select name="company_id" onChange="if
(!window.document.registration.company_id[0].selected)
{window.document.registration.company.style.backgroundColor='#DDDDDD';
window.document.registration.company.value='';} else
{window.document.registration.company.style.backgroundColor='#FFFFFF';}">
<option value="0">-- select your company --</option>
This crash does not occur with Mozilla 1.7b.
Comment 1•21 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040607
Firefox/0.8.0+
Can you reproduce this bug in a current build?
Comment 2•21 years ago
|
||
This was fixed in later releases.
0.8 is 4 months old. Bugs should only be reported on builds less than 2 weeks old.
*** This bug has been marked as a duplicate of 232368 ***
*** This bug has been marked as a duplicate of 232368 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•