| Summary: | Polish the Hover for Orion | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Eric Moffatt <emoffatt> |
| Component: | Client | Assignee: | Eric Moffatt <emoffatt> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | aboyko, curtis.windatt.public, Michael_Rennie |
| Version: | unspecified | ||
| Target Milestone: | 8.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 450152 | ||
|
Description
Eric Moffatt
Here's the Gerrit link for the first pass... https://git.eclipse.org/r/#/c/35005/ The code for this is in... Previously I could pass straight HTML to tooltip via title property of the defferedInfo, but now this has been removed, which is OK - it looked like a bug anyway. However, we'd still like some support to pass HTML content to a tooltip (Javadoc for example). Would you be able to add support for HTML as well in tooltip.js? (In reply to Alex Boyko from comment #3) > Previously I could pass straight HTML to tooltip via title property of the > defferedInfo, but now this has been removed, which is OK - it looked like a > bug anyway. However, we'd still like some support to pass HTML content to a > tooltip (Javadoc for example). Would you be able to add support for HTML as > well in tooltip.js? I opened this as Bug 449240. |