Closed Bug 3596 Opened 26 years ago Closed 25 years ago

Disabled options display and/or are selectable

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 1134

People

(Reporter: cpratt, Assigned: kmcclusk)

Details

Using the following HTML snippet, the menu displayed should do something to
prevent the 'Keemun' and 'Yunnan' options from being 'successful'. According to
the HTML 4.0 DTD, it's up to the user agent to render these things; it suggests
that we 'gray out' the disabled menu items. Currently, those two menu items look
the same as the others, and they are selectable. Frankly, I'm not sure what we
should do here, but I did want to call attention to this.

form action="mailto:Kligor.T@gee.whiz.com">
	<select>
		<option>Assam
		<option>Darjeeling
		<option>Dooars
		<option disabled>Keemun
		<option>Nilgiri
		<option disabled>Yunnan
	</select>
<input type=submit>
</form>
Assignee: karnaze → kmcclusk
Status: NEW → ASSIGNED
Target Milestone: M5
Target Milestone: M5 → M7
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 1134 ***
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.