[fusion-trac] #340: View: Nothing shown in each panel by View with TurquoiseYellow as template.

Fusion trac_fusion at osgeo.org
Wed Dec 2 00:02:40 EST 2009


#340: View: Nothing shown in each panel  by View with TurquoiseYellow as
template.
---------------------+------------------------------------------------------
 Reporter:  jennyhe  |         Owner:  madair 
     Type:  defect   |        Status:  closed 
 Priority:  P2       |     Milestone:  Future 
Component:  Widgets  |       Version:  1.1.1  
 Severity:  Major    |    Resolution:  fixed  
 Keywords:           |   External_id:  1282533
    State:  New      |       Browser:  All    
       Os:  All      |  
---------------------+------------------------------------------------------
Changes (by liuar):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 The method setActiveTab() of Jx.TabSet will be invoked while user selects
 Show Legend Panel in View widget. Howerve, it seems that this method was
 not designed for  selection changing in View widget but button clicking on
 the TabBox, which will not active the selected tab.  Button click in the
 TabBox will invoke setActive(true) method in tab items which will call
 setActiveTab(), so we can simply update method
 tabBox.tabSet.setActiveTab(tab) to tab.setActive(true) in MapGuide
 templates;
 [[BR]]
 This defect will be fixed in MapGudie code.

-- 
Ticket URL: <http://trac.osgeo.org/fusion/ticket/340#comment:1>
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