Bug 253265 - ToolItem names are not being reported to screen reader
Summary: ToolItem names are not being reported to screen reader
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Scott Kovatch CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-11-03 14:37 EST by Carolyn MacLeod CLA
Modified: 2008-12-11 22:50 EST (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 Carolyn MacLeod CLA 2008-11-03 14:37:25 EST
Build id: N20081102-2000

- Run Eclipse
- Turn on VoiceOver
- Use Ctrl+Option+arrow keys to move the VoiceOver cursor (black rectangle) to a tool item in the Eclipse tool bar.
- VoiceOver should speak the name of the tool item (which is the same as the tooltip).

This works on Carbon, but I believe I had to just make tool items speak their tooltip (since most applications - including Eclipse - just use the same string for the tooltip and the tool item's accessible name). I don't think I ever got the full SWT accessibility API working for tool items.
Comment 1 Scott Kovatch CLA 2008-11-03 18:34:50 EST
Code was there, but I was returning the tooltip text for the help attribute.

Fixed > 20081103.