| Summary: | No error text for undefined variable | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | John Arthorne <john.arthorne> |
| Component: | Editor | Assignee: | Project Inbox <orion.editor-inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon, Silenio_Quarti |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
This sounds like a specific instance of Bug 360237... I see it on the built version of orion.eclipse.org, but if I switch to non-built (by running a self-hosted inner site), it goes away. *** This bug has been marked as a duplicate of bug 360237 *** |
Put this script in Orion editor: x = (function() { function x() { } return x; }()); You will see a red X on the first line, but if you hover over the error there is no error text. There is no way to see what the problem is (should be var x = ...)