Bug 129835
| Summary: | AX: Node Inspector "Selected" is undefined on selected native option elements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | James Craig <jcraig> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
James Craig
AX: axObject->isSelected() returns false on selected native options.
<select multiple>
<option class="ex" selected>FIXME: Selected is false. Expected true.</option>
<option class="ex">not selected</option>
</select>
<select>
<option class="ex" selected>FIXME: Selected is false. Expected true.</option>
<option class="ex">not selected</option>
</select>
This is affecting output of Web AXI in bug 129781
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
James Craig
selectedChildren is also invalid on the parent.
Radar WebKit Bug Importer
<rdar://problem/16452089>
James Craig
Actually, this may be an Object vs RenderObject discrepancy. Looks like I'm not getting any accessibility information for the whole node. See getAccessibilityPropertiesForNode.html