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

Bug 436588

Summary: Support markup in cell tooltips
Product: [RT] RAP Reporter: Emmanuel Marchal <ema>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: tbuschto
Version: 2.3   
Target Milestone: 3.0 M2   
Hardware: All   
OS: All   
Whiteboard:

Description Emmanuel Marchal CLA 2014-06-04 10:46:08 EDT
Enable markup in tooltips on tableviewer cells.
In my case, the tooltip text is set in ColumnLabelProvider.getToolTipText(Object element) method.
Please also specify on which widget the RWT.TOOLTIP_MARKUP_ENABLED data should be set: Table, TableColumn, TableItem ?
Comment 1 Tim Buschtoens CLA 2014-06-05 04:16:43 EDT
I think it would be reasonable to use the table to activate markup for both normal tooltip and cell tooltips.
Comment 2 Ivan Furnadjiev CLA 2014-06-05 04:27:38 EDT
(In reply to comment #1)
> I think it would be reasonable to use the table to activate markup for both
> normal tooltip and cell tooltips.
+1
Comment 3 Ivan Furnadjiev CLA 2014-08-22 07:30:59 EDT
Implemented in master with change https://git.eclipse.org/r/#/c/32052/