[Webkit-unassigned] [Bug 129830] New: AX: AccessibilityNodeObject::isPressed() does not return true when aria-pressed="true"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 14:59:21 PST 2014


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

           Summary: AX: AccessibilityNodeObject::isPressed() does not
                    return true when aria-pressed="true"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jcraig at apple.com
                CC: webkit-bug-importer at group.apple.com


For the following element is exposed as ToggleButtonRole, but isPressed() does not return the right value.

AccessibilityObject::ariaPressedIsPresent() returns true, but
AccessibilityNodeObject::isPressed() returns false

<div role="button" tabindex="0" aria-pressed="true">Pressed. FIXME: Pressed is false. Expected true.</div>

This is affecting the output of Web AXI  in 129781.

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