Closed
Bug 55633
Opened 24 years ago
Closed 24 years ago
select element render problem in fieldset
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: robart, Assigned: rods)
Details
when click on a element from the list, the render bug. must click somewhere for
correct the display.
test html
<html><body>
<form method="get" action="">
<fieldset>
<legend>voila</legend>
<select name="quoi">
<option value="googles">Googles</option>
<option value="av" selected="selected">Altavista</option>
<option value="yahoo">Yahoo</option>
</select>
</fieldset>
</form></body></html>
Assignee | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 52975 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•