Closed
Bug 2896
Opened 26 years ago
Closed 26 years ago
Drop-down lists crash the browser (Mac)
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: cpratt, Assigned: pollmann)
References
()
Details
This doesn't happen on Windows. Take the following code and insert it into a
blank html document:
<FORM ACTION="http://www.windows95.com/cgi-bin/Go">
<p><small><font face="Arial"
color="#FFFFFF"><strong>Navigator:</strong></font></small>
<INPUT TYPE="hidden" NAME="control" VALUE="@{URL}">
<SELECT NAME="URL" size=1>
<option selected value="%v/commerce/">E-Commerce</option>
<option value="%v/before/dnscheck/">Domain Check</option>
<option value="%v/before/">Before You Order</option>
<option value="%v/before/products/">Products</option>
<option value="%v/order/">Order Now!</option>
<option value="%v/after/">Using Your VServer</option>
<option value="%v/resell/">Reseller Program</option>
<option value="%v/new.html">What`s New?</option>
<option value="%v/about/">About VServers</option>
<option value="%v/contact/">Contact VServers</option>
<option value="%v/about/jobs/">Employment</option>
<option value="%v/sitemap.html">Site Map</option>
</select><br>
<input type=image src="/gifs/navs/go.jpg" width="39" height="31"
alt="Navigate!" border=0></p>
</form>
If you click on the down arrow to show the list of things to choose on the Mac,
the browser quits with an error of type 2.
Comment 1•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
QA Contact: 4110 → 4137
Comment 2•26 years ago
|
||
Reassigning qa contact to cpratt@netscape.com
Assignee | ||
Comment 3•26 years ago
|
||
CC'ing Pierre. Form element bustage on Mac.
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 4•26 years ago
|
||
This was fixed last month.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•