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

Bug 458682

Summary: [assist][tooltips] No content assist tooltips are shown in HTML files
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: emoffatt
Version: 8.0   
Target Milestone: 8.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2015-01-28 15:52:10 EST
Consider the following snippet:

<html>
<body>
    <script>
        document.  //assist here
    </script>
</body>
</html>

1. Latest from master, launch a target site create html file with the snippet as content
2. activate assist where indicated
3. notice there are no tooltips for any of the proposals

The proposal objects returned are identical to the ones in JS files (including the 'hover:' attribute) but no tooltip is shown.
Comment 1 Michael Rennie CLA 2015-01-28 16:02:29 EST
Turns out this was my fault.

Fix:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c7b3efa7402e3edaedb5b6f93e095b4234f5b8f4

All tests pass