Closed
Bug 3323
Opened 26 years ago
Closed 26 years ago
OPTGROUP tags ignored
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: cpratt, Assigned: kmcclusk)
Details
The OPTGROUP tag is ignored by seamonkey. The following HTML snippet should
display a menu with two submenus; instead, you just see all four options in a
single menu.
Sample HTML:
<form action="mailto:Kligor.T@gee.whiz.com">
<select>
<optgroup label="China">
<option>Keemun
<option>Yunnan
</optgroup>
<optgroup label="India">
<option>Assam
<option>Darjeeling
</optgroup>
</select>
</form>
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•