Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 150774

Summary: Tool tips are not being read by the Window-eyes
Product: [Tools] GEF Reporter: Sarma <chimmapudi.sarma>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: critical    
Priority: P3 CC: chimmapudi.sarma
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Sarma CLA 2006-07-17 03:10:37 EDT
It has been observed that the tool tips are not being read by components derived from the following eclipse Plug-ins.  

org.eclipse.gef.palette.Combinedtemplatecreationentry (Palette items)
org.eclipse.gef.editparts.Abstractgraphicaleditpart (label name)
org.eclipse.draw2d.Label (short description/ Tool Tip)
org.eclipse.jface.viewers.Viewersorter ( viewer sorter)
org.eclipse.ui.actions.Selectionlisteneraction (Open Action)
org.eclipse.jface.viewers.Labelprovider (Label Provider)
org.eclipse.core.runtime.Iadaptable (Relavent plug-in - Element)
org.eclipse.ui.navigator.Commonactionprovider (Action Provider)
org.eclipse.ui.navigator.Icommoncontentprovider (Relavent plug-in Content Provider)

Please provide the accessibility support(necessary implementation) for the above plug-ins.
Comment 1 Randy Hudson CLA 2006-07-17 08:26:19 EDT
The text is displayed in the tooltip is already available in the details information for the accessible object.

Please search for the more general, older bug about tooltips not being read in Eclipse. This is a global problem not specific to GEF, but the GEF cases should be considered as working since there is no additional information in the tooltip.