Bug 526286

Summary: dropdowntriggerbuttonwitharrow needs to be marked up as menu button
Product: [ECD] Orion (Archived) Reporter: Carolyn MacLeod <Carolyn_MacLeod>
Component: ClientAssignee: Carolyn MacLeod <Carolyn_MacLeod>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: accessibility
Version: unspecified   
Target Milestone: 17.0   
Hardware: PC   
OS: Windows 7   
See Also: https://github.com/eclipse/orion.client/pull/238
Whiteboard:

Description Carolyn MacLeod CLA 2017-10-19 17:56:59 EDT
The button itself needs aria-haspopup="true" and aria-expanded="false"
(and not role="menuitem" because it's a "drop down menu button").

The menu (the ul) needs role = "menu".
Comment 1 Eclipse Genie CLA 2017-10-19 18:03:40 EDT
GitHub Pull Request 238 created by [carmacleod]
https://github.com/eclipse/orion.client/pull/238
Comment 2 Carolyn MacLeod CLA 2017-10-19 18:04:27 EDT
Fixed.