Bug 129830
| Summary: | AX: AccessibilityNodeObject::isPressed() does not return true when aria-pressed="true" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | cfleizach, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 145646 | ||
James Craig
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/21244282>
chris fleizach
Sorry for reverse dupe. Found out that the other bug fixed this layout test too! thanks for writing that one. saved me a new layout test
*** This bug has been marked as a duplicate of bug 145949 ***