Bug 211048 - Accessibility is not implemented for Cocoa
Summary: Accessibility is not implemented for Cocoa
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.4   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: 2007-11-27 06:35 EST by Sky Yan CLA
Modified: 2008-10-29 14:15 EDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sky Yan CLA 2007-11-27 06:35:12 EST
Accessibility is not implement in SWT cocoa. VoiceOver/Accessibility Inspect can not recognize any widgets. 

Meanwhile, keyboard accessibility also is unable. We can not use TAB key to navigate all  widgets.
Comment 1 Scott Kovatch CLA 2008-09-25 18:51:48 EDT
As of 9/25, it looks like basic accessibility is working in the Cocoa build. Accessibility Inspector shows attributes for controls when I move the mouse over them, but VoiceOver isn't doing anything at the component level.

From what I recall, this is really easy to add. I think you have to explicitly turn on one accessibility feature to make it VoiceOver aware.

You can assign this to me if you want.
Comment 2 Carolyn MacLeod CLA 2008-09-26 01:14:28 EDT
Great! Thanks, Scott - it's all yours!  :)
Comment 3 Steve Northover CLA 2008-09-26 09:17:14 EDT
... Carolyn to consult (as necessary).
Comment 4 Carolyn MacLeod CLA 2008-09-26 11:07:52 EDT
I intended to assign to you when I typed comment 2, Scott...
assigning now.  :)
Comment 5 Scott Kovatch CLA 2008-10-14 19:58:33 EDT
First checked in >= 10-14-2008. StyledText isn't being reported to VoiceOver, but just about everything else is there.