Opened 14 years ago
Closed 13 years ago
#418 closed defect (fixed)
Script Error happens when launching Quick Plot with LimeGold template
Reported by: | wuma | Owned by: | Mars Wu |
---|---|---|---|
Priority: | P3 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | 1367724 | Operating System: | All |
state: | New |
Description
If we create a new FLW with LimeGold template and add "Quick Plot" command, when we click the "Quick Plot" button, a script error will happen saying: panelman is undefined.
The reason is I used following line as test expression:
if (panelman)
Changing it to if (typeof (panelman) != "undefined") will solve the problem
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | quickplot_panelman.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.