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

Bug 472547

Summary: Code edit widget: The markdown type of tooltip does not render italic properly.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
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 libing wang CLA 2015-07-13 16:24:52 EDT
If I provide a hover service with markdown type and I use "_this is italic_", the tooltip does not render italic but bold.
Comment 1 libing wang CLA 2015-07-13 16:25:55 EDT
The reason is because we are use the css like below in tooltip.css:
.textviewTooltip em {
	font-style: normal;
	font-weight: bold;
}