[Webkit-unassigned] [Bug 94858] New: AX: Regression (r126369) - toggle buttons no longer return accessible titles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 23 14:37:14 PDT 2012


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

           Summary: AX: Regression (r126369) - toggle buttons no longer
                    return accessible titles
           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: cfleizach at apple.com, apinheiro at igalia.com,
                    msanchez at igalia.com


I think that adding the toggle button role broke some logic that was assuming that toggle buttons' roles were Button Role.

As one example, AccessibilityRenderObject::title() returns textUnderElement() for a role of ButtonRole, and presumably it should do the same for ToggleButtonRole.

As a result, now sometimes a toggle button ends up without an accessible title.

There are probably other examples - search for any logic that involves ButtonRole and check for ToggleButtonRole and possibly PopUpButtonRole as well. Maybe modify isButton or add a new method isButtonType()?

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