[Webkit-unassigned] [Bug 86949] New: AX: A disabled select element should not be exposed as focusable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 19 15:26:44 PDT 2012


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

           Summary: AX: A disabled select element should not be exposed as
                    focusable
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com
                CC: aaronlevbugs at gmail.com, cfleizach at apple.com,
                    aboxhall at chromium.org, dtseng at google.com


Test html: <select disabled><option>1<option>2</select>

The AccessibilityObject associated with the control has role PopUpButtonRole, and correctly returns false for isEnabled(), but incorrectly returns true for canSetFocusAttribute() even though it can't be focused.

The other form controls I checked behave correctly - if isEnabled() is false, canSetFocusAttribute() returns false. Should be a simple fix - it looks like AccessibilityMenuList.h has canSetFocusAttribute() always return true, but actually it should return false if the control isn't enabled.

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