Bug 227326

Summary: [breadcrumb] Support screenreader
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: TextAssignee: Benno Baumgartner <benno.baumgartner>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.4Keywords: accessibility
Target Milestone: 3.4 M7   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
fix none

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