[fusion-trac] #222: Color Picker has an undefined uiObject

Fusion trac_fusion at osgeo.org
Mon Mar 9 11:58:56 EDT 2009


#222: Color Picker has an undefined uiObject
--------------------------+-------------------------------------------------
   Reporter:  pdeschamps  |       Owner:  pdeschamps
       Type:  defect      |      Status:  new       
   Priority:  P2          |   Milestone:  2.0       
  Component:  Widgets     |     Version:  1.1.1     
   Severity:  Major       |    Keywords:            
External_id:              |       State:  New       
    Browser:  All         |          Os:  All       
--------------------------+-------------------------------------------------
 In ApplicationDefinition.js line 929 widget.uiObj is undefined. This is
 due to the above block of code line 920:

 {{{
  } else if (widget.uiClass == Jx.Button || widget.uiClass == Jx.Menu) {
 }}}

 I have changed it to include the Jx.Button.color in the else if as per
 Paul S's Instructions
 {{{
  } else if (widget.uiClass == Jx.Button || widget.uiClass ==
 Jx.Button.Color || widget.uiClass == Jx.Menu) {
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/222>
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