Bug 481666

Summary: Keybindings popup needs aria-autocomplete attribute
Product: [ECD] Orion (Archived) Reporter: Carolyn MacLeod <Carolyn_MacLeod>
Component: ClientAssignee: Carolyn MacLeod <Carolyn_MacLeod>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: emoffatt
Version: unspecifiedKeywords: accessibility
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
See Also: https://git.eclipse.org/r/59911
https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d1f7acd89aa7d9af3581d54f2d04377ed23d35aa
Whiteboard:

Description Carolyn MacLeod CLA 2015-11-08 16:54:07 EST
The text input in the keybindings popup needs to have "aria-autocomplete" attribute set to "list" so that screen reader users know that typing in the text input is filtering the contents of a list that they can "down arrow" to.
Comment 1 Eclipse Genie CLA 2015-11-08 17:22:31 EST
New Gerrit change created: https://git.eclipse.org/r/59911
Comment 3 Eric Moffatt CLA 2015-11-09 14:35:38 EST
Thanks Car, I've pushed this one...please test / VERIFY to make sure that it gets into the actual release code..
Comment 4 Carolyn MacLeod CLA 2015-11-11 00:19:54 EST
Yep, it's there and working. Thanks!