Bug 374671 - Open resource dialog open context menu button is unlabeled
Summary: Open resource dialog open context menu button is unlabeled
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.8   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.8 M7   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2012-03-19 12:35 EDT by Max Li CLA
Modified: 2012-04-02 09:23 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!