[fusion-trac] #89: Search panel: incorrect parameters javascript calls

Fusion trac_fusion at osgeo.org
Thu Aug 28 17:52:41 EDT 2008


#89: Search panel: incorrect parameters javascript calls
----------------------+-----------------------------------------------------
 Reporter:  pagameba  |         Owner:  madair at dmsolutions.ca
     Type:  defect    |        Status:  reopened             
 Priority:  P2        |     Milestone:  1.0.7                
Component:  Widgets   |       Version:  1.0.6                
 Severity:  Major     |    Resolution:                       
 Keywords:            |   External_id:                       
    State:  Approved  |       Browser:  All                  
       Os:  All       |  
----------------------+-----------------------------------------------------
Changes (by poulet1212):

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

Comment:

 I can confirm what cgountanis sais. In the trunk, the
 widgets/Search/Search.templ IS the only fix NOT committed. That's why I
 reopened the ticket.

 So the last thing to do is:

 in: widgets/Search/Search.templ

 change this:

 {{{
 function CellClicked(sel)
 {
     var map = GetParent().Fusion.getMapByName(mapName);
     map.setSelection(sel, false, true);
 }
 }}}

 to this:


 {{{
 function CellClicked(sel)
 {
     var map = GetParent().Fusion.getMapByName(mapName);
     map.setSelection(sel, true);
 }
 }}}

 Rémy

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