Bug 123132
Summary: | AX: WebKit exposes AXSelectedChildren incorrectly on an aria-multiselectable list. | ||
---|---|---|---|
Product: | WebKit | Reporter: | James Craig <jcraig> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | samuel_white, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
James Craig
Load: https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA-UAIG/1.0/tests/test-files/test92.html
Click the first list option. Shift+Click the second list option.
WebKit exposes the listbox with only one item in the AXSelectedChildren array. Expected both the first and third item to be in the array.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15284782>
Samuel White
(In reply to comment #0)
> Load: https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA-UAIG/1.0/tests/test-files/test92.html
>
> Click the first list option. Shift+Click the second list option.
>
> WebKit exposes the listbox with only one item in the AXSelectedChildren array. Expected both the first and third item to be in the array.
I think you mean "Expected both the first and second item in the array".
Samuel White
(In reply to comment #0)
> Load: https://dvcs.w3.org/hg/pfwg/raw-file/default/ARIA-UAIG/1.0/tests/test-files/test92.html
>
> Click the first list option. Shift+Click the second list option.
>
> WebKit exposes the listbox with only one item in the AXSelectedChildren array. Expected both the first and third item to be in the array.
The problem here isn't WebKit. The test you've linked has spelled "aria-multiselectable" incorrectly. Once this is fixed the test behaves as it should. Closing.
James Craig
Sure enough.
I've fixed the test in the W3C repository now, too.