| Summary: | [assist][tooltips] No content assist tooltips are shown in HTML files | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | 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: | |||
Turns out this was my fault. Fix: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=c7b3efa7402e3edaedb5b6f93e095b4234f5b8f4 All tests pass |
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.