Bug 227326 - [breadcrumb] Support screenreader
Summary: [breadcrumb] Support screenreader
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 3.4 M7   Edit
Assignee: Benno Baumgartner CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2008-04-16 09:48 EDT by Martin Aeschlimann CLA
Modified: 2008-04-22 10:25 EDT (History)
1 user (show)

See Also:


Attachments
fix (2.27 KB, patch)
2008-04-22 10:24 EDT, Benno Baumgartner CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2008-04-16 09:48:40 EDT
20080416

- enable screen reader or run 'inspect32.exe' on windows
- give focus to the breadcrumb controls (arrows, labels)
- no useful information is read by the screenreader

> add an accessibility listener
Comment 1 Benno Baumgartner CLA 2008-04-21 09:10:05 EDT
See org.eclipse.jdt.internal.ui.util.SWTUtil.setAccessibilityText

I wrongly assumed that the screen reader will use the tool tip text...
Comment 2 Benno Baumgartner CLA 2008-04-22 10:24:40 EDT
Created attachment 97023 [details]
fix
Comment 3 Benno Baumgartner CLA 2008-04-22 10:25:57 EDT
fixed > I20080415-1646