Bug 8979 - Disabled options in an option group are selectable.
Summary: Disabled options in an option group are selectable.
Status: RESOLVED DUPLICATE of bug 4340
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 417.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 11:45 PDT by James Sumners
Modified: 2006-05-18 13:08 PDT (History)
0 users

See Also:


Attachments
An example of a selectable, disabled, option. (604 bytes, text/html)
2006-05-18 11:46 PDT, James Sumners
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Sumners 2006-05-18 11:45:12 PDT
For example, in:

<select id="example"><option disabled="disabled">Disabled option</option><option value="1">Value 1</option></select>

The "Disabled option" will be selectable.
Comment 1 James Sumners 2006-05-18 11:46:19 PDT
Created attachment 8395 [details]
An example of a selectable, disabled, option.
Comment 2 Alexey Proskuryakov 2006-05-18 13:08:11 PDT
This bug has been already fixed in nightly builds, <http://nightly.webkit.org>.

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