Closed
Bug 175129
Opened 22 years ago
Closed 22 years ago
The drop down list doesn't work (<option>s not closed)
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 154670
People
(Reporter: radovan, Assigned: john)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016
(Seen on netscape.mozilla.user.general)
The drop down list "Country" does not work. The <select> contains hundred or so
<option> entries without a closing </option>, but I'm still reporting this since
it works in some old builds.
Reproducible: Always
Steps to Reproduce:
1. Try opening the drop down list by clicking on the down arrow.
Actual Results:
List doesn't open or only appears only for an instant.
Expected Results:
The list should open and be selectable.
The list works when using keyboard navigation. The select list works in old
builds, the last one being in the 1.0RC time frame.
Comment 1•22 years ago
|
||
This works on 2002101612 Mac OS X though.
Comment 2•22 years ago
|
||
in http://counter.li.org/css/home.css, :active is given a color, so when you
click on the <select>, there is an "event" which triggers bug 154670
dupe of "drop-down select menu closed by DOM events."
*** This bug has been marked as a duplicate of 154670 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•