[Webkit-unassigned] [Bug 74270] New: [Forms] Disabled option selected in form

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 01:22:23 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74270

           Summary: [Forms] Disabled option selected in form
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/FzfL3/
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org
                CC: tkent at chromium.org


== Steps ==
1. Visit http://jsfiddle.net/FzfL3/
2. Click [Run]

== Result ==
"One" is displayed

== Expect ==
"Three" is displayed

== Note ==
This bug is import from http://crbug.com/100997

== Sample HTML ==
<select name="foo">
<option value="1" disabled>One</option>
<option value="2" disabled>Two</option>
<option value="3">Three</option>
<option value="4">Four</option>
</select>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list