| Summary: | [assist] Proposals with ignored doc show empty hover | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 10.0 | ||
| Target Milestone: | 10.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Consider the following example: /** * @class */ function f() { } ^assist When you open assist, you'll notice that the hover for 'f' is blank. The reason is that we don't process the @classs tag (and many others) for hover content. I think when the computed hover is empty, we should just fall back to showing the same hover we do when there is no doc at all.