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

Bug 472551

Summary: Need to style the tooltip title for hover service.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: EditorAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public, Michael_Rennie
Version: 10.0   
Target Milestone: 10.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2015-07-13 16:49:14 EDT
When end users provide a hover service, they need the title of the tooltip to be bold but currently we always show normal. We need a css class for ht title so if the users want to make it bold they can override the css.
Comment 1 Curtis Windatt CLA 2015-07-13 16:57:41 EDT
A workaround would be to skip adding title content and instead just use markdown syntax to make the first line of the content look as you want.
Comment 2 libing wang CLA 2015-07-13 17:05:29 EDT
fixed wit hhttp://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c6b13d017bd9122ad3f42a7edcecf9edc494c304
Comment 4 libing wang CLA 2015-07-13 17:08:35 EDT
(In reply to Curtis Windatt from comment #1)
> A workaround would be to skip adding title content and instead just use
> markdown syntax to make the first line of the content look as you want.

Right. But it does not to add the flexibility.
Comment 5 libing wang CLA 2015-07-13 17:09:22 EDT
(In reply to Curtis Windatt from comment #1)
> A workaround would be to skip adding title content and instead just use
> markdown syntax to make the first line of the content look as you want.

I meant it does not hurt to add flexibility.