[fusion-trac] #418: Script Error happens when launching Quick Plot with LimeGold template

Fusion trac_fusion at osgeo.org
Fri Nov 26 01:43:35 EST 2010


#418: Script Error happens when launching Quick Plot with LimeGold template
-----------------------+----------------------------------------------------
   Reporter:  wuma     |       Owner:  Mars Wu
       Type:  defect   |      Status:  new    
   Priority:  P3       |   Milestone:  Future 
  Component:  Widgets  |     Version:  2.0    
   Severity:  Major    |    Keywords:         
External_id:  1367724  |       State:  New    
    Browser:  All      |          Os:  All    
-----------------------+----------------------------------------------------
 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

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/418>
Fusion <http://trac.osgeo.org/fusion>
Fusion is a web-mapping application development framework for MapServer and MapGuide OS.


More information about the fusion-trac mailing list