Bug 374671

Summary: Open resource dialog open context menu button is unlabeled
Product: [Eclipse Project] Platform Reporter: Max Li <maxli>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: carolynmacleod4, daniel_megert, remy.suen
Version: 3.8Keywords: accessibility
Target Milestone: 3.8 M7   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Max Li CLA 2012-03-19 12:35:53 EDT
While using a screen reader like JAWS or NVDA:

1. Open the Open Resource dialog (e.g. by press Ctrl+Shift+R)
2. Tab to the context menu button (with the down arrow) next to the Open button.
3. JAWS reads this as "Graphic 321 button" and NVDA reads it as "button". In either case, a screen reader user is not alerted of the purpose of the button.
Comment 1 Carolyn MacLeod CLA 2012-03-29 11:33:25 EDT
This fails item 2.2/2.3 on the accessibility checklist and must be fixed for 3.8. Probable fixes include giving the drop-down an accessible name, and making sure it gets the accessible focus. Where is the code that creates this drop-down button?
Comment 3 Carolyn MacLeod CLA 2012-04-02 09:23:12 EDT
Thanks, Dani!