| Summary: | [HTML][assist] HTML content assist does not work for 2 common cases | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Carolyn MacLeod <Carolyn_MacLeod> |
| Component: | JS Tools | Assignee: | Olivier Thomann <Olivier_Thomann> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Olivier_Thomann |
| Version: | unspecified | ||
| Target Milestone: | 11.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Carolyn MacLeod
I have a fix for (1), but it doesn't quite work for (2). The reason is that for (2) the prefix is "" whereas for (1) the prefix is not "class". I would expect the prefix to be "class=". And then it would work. I am investigating in what part of the code the prefix is set. It comes from the params object being passed when invoking code assist. Fixed as part of the fix for bug 486608 |