Opened 13 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)

quickplot_panelman.patch (448 bytes ) - added by wuma 13 years ago.

Download all attachments as: .zip

Change History (2)

by wuma, 13 years ago

Attachment: quickplot_panelman.patch added

comment:1 by wuma, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.