Bug 348456 - The View Menu needs to be accessible
Summary: The View Menu needs to be accessible
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 4.1.1   Edit
Assignee: Paul Webster CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2011-06-06 14:46 EDT by Carolyn MacLeod CLA
Modified: 2011-06-29 08:24 EDT (History)
1 user (show)

See Also:


Attachments
Patch to make View Menu button accessible (1.75 KB, patch)
2011-06-06 14:46 EDT, Carolyn MacLeod CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2011-06-06 14:46:42 EDT
Created attachment 197444 [details]
Patch to make View Menu button accessible

Build id: I20110604-2201

The "View Menu" tool item needs to have an accessible name in order to be read by screen readers.

The attached patch makes it so.
Comment 1 Carolyn MacLeod CLA 2011-06-06 15:11:16 EDT
Actually, the patch has 2 unneeded imports:
import org.eclipse.swt.accessibility.ACC;
import org.eclipse.swt.accessibility.Accessible;
(so just delete those 2 lines from the patch, please).
Comment 2 Paul Webster CLA 2011-06-29 08:24:37 EDT
Released, thanx Carolyn.

PW