Bug 93586 - disable attribute of <option> elements doesn't work
Summary: disable attribute of <option> elements doesn't work
Status: RESOLVED DUPLICATE of bug 76489
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.3.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-19 17:26 UTC by Faber
Modified: 2004-11-19 17:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Faber 2004-11-19 17:26:35 UTC
Version:           3.3.1 (using KDE 3.3.1, Gentoo)
Compiler:          gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.6.9-gentoo-r4

disabled attribute of <option> elements seems not considered:

<select name="test">
	<option>First</option>
	<option disabled="disabled">Disabled, but selectable</option>
</select>

I expect to don't be able to select the second element, but it is shown as the first and I can select it.
Comment 1 Maksim Orlovich 2004-11-19 17:40:39 UTC

*** This bug has been marked as a duplicate of 76489 ***