Bug 93586

Summary: disable attribute of <option> elements doesn't work
Product: [Applications] konqueror Reporter: Faber <faber>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 3.3.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***