Closed
Bug 160336
Opened 23 years ago
Closed 23 years ago
The select input doesn't work properly after a legend tag
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
People
(Reporter: richardcomblen, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.0rc1) Gecko/20020417
BuildID: 2002041711
in the page at http://membres.lycos.fr/rcomblen, when you try to select "2", "1"
is still displayed until you click anywhere else on the page
Reproducible: Always
Steps to Reproduce:
1.got to http://membres.lycos.fr/rcomblen
2.try to select another option than the one selected
3.
Actual Results: The option selected is not displayed. It is still the old one.
Expected Results: display the selected option
<html>
<body>
<form>
<fieldset>
<legend>Essai</legend>
<select>
<option>1
<option>2
</select>
</fieldset>
</form>
</body>
</html>
Comment 1•23 years ago
|
||
Bug occurs on
Mozilla/5.0 (Windows; U; Windows NT 5.0; ro-Ro; rv:1.1b) Gecko/20020721
Also if the Escape key is pressed when the select box has focus and the
selection did not change clicking in the page will not trigger the display of
the newly selected item.
![]() |
||
Comment 3•23 years ago
|
||
yes
*** This bug has been marked as a duplicate of 52975 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: petersen → amar
You need to log in
before you can comment on or make changes to this bug.
Description
•