[Webkit-unassigned] [Bug 87380] New: Form controls in <fieldset disabled> should not focusable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 24 05:48:48 PDT 2012


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

           Summary: Form controls in <fieldset disabled> should not
                    focusable.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: zeno at webkit.org


1. Load the following document.
<fieldset disabled>
  <input>
</fieldset>

2. Click the text field.

EXPECTED: Nothing happens.
ACTUAL: The text field gets focus and the focus ring is drawn.

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