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

Bug 476466

Summary: Tooltip for folding annotations are not shown
Product: [ECD] Orion Reporter: Silenio Quarti <Silenio_Quarti>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public
Version: 10.0   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Silenio Quarti CLA 2015-09-02 15:09:37 EDT
Open a editor.js. Fold some comment and hover over the annotation in the ruler. Note that the tooltip with the folded code does not show up.
Comment 1 Curtis Windatt CLA 2015-09-03 13:16:46 EDT
No content is being rendered for these tooltips. I will investigate.
Comment 2 Curtis Windatt CLA 2015-09-09 16:35:16 EDT
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2cf5d43ab533372d160cb7d6fbced02ff82351f3
Fixed in master

The folding annotations no longer had a title set.  The tooltips currently ignore tooltips in the ruler when they have no title (so we don't show useless hovers for occurrences/current line/etc.).  Fix is to add an exception for code folding.