Bug 8874 - Should have tool tip for table elements
Summary: Should have tool tip for table elements
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Veronika Irvine CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on:
Blocks: 51633
  Show dependency tree
 
Reported: 2002-01-31 15:43 EST by Tod Creasey CLA
Modified: 2004-09-24 10:42 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-01-31 15:43:00 EST
We do not have tool tips for the elements in our tables - namely the first 3 
columns in the Tasks View. As a result assistive technologies such as JAWS have 
no information to provide the user.
Comment 1 Nick Edgar CLA 2002-02-01 14:45:51 EST
SWT limitation.  Can't set tooltip on TableColumn.
Comment 2 Mike Wilson CLA 2002-02-01 15:13:58 EST
Another feature for the hypothetical CTable?
Comment 3 Tod Creasey CLA 2002-03-14 13:23:04 EST
Usability rather than accessiblity issue.
Comment 4 Veronika Irvine CLA 2004-09-24 10:27:11 EDT
This is platform behaviour.  Please use the following workaround:

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclip
se/swt/snippets/Snippet125.java?rev=HEAD&content-type=text/vnd.viewcvs-markup )

Listen for mouse movement, determine the table item under the pointer, and
update the Table's tooltip accordingly