[fusion-trac] #254: Maptip opened URL default should be WITH scrollbars

Fusion trac_fusion at osgeo.org
Tue Jun 30 07:13:13 EDT 2009


#254: Maptip opened URL default should be WITH scrollbars
----------------------+-----------------------------------------------------
 Reporter:  amorsell  |         Owner:  madair
     Type:  defect    |        Status:  new   
 Priority:  P3        |     Milestone:  2.0   
Component:  Widgets   |       Version:  1.1.1 
 Severity:  Minor     |    Resolution:        
 Keywords:            |   External_id:        
    State:  New       |       Browser:  All   
       Os:  All       |  
----------------------+-----------------------------------------------------
Comment (by mbeckman):

 I think we can make all new weblayouts have scrollbars by default for
 maptip windows if we make a change in MapTip.xml. Unfortunately the
 setting that turns off scrollbars is saved in the weblayout xml so it
 won't change the behavior for existing weblayouts.

 IN maptip.xml change

   <Parameter>
     <Name>WinFeatures</Name>
     <Label>Window Features</Label>
     <Type>String</Type>
     <Description>Options for opening hyperlinks new window, if
 used</Description>
     <IsMandatory>false</IsMandatory>
 <DefaultValue>menubar=no,location=no,resizable=no,status=no</DefaultValue>
   </Parameter>

 TO

   <Parameter>
     <Name>WinFeatures</Name>
     <Label>Window Features</Label>
     <Type>String</Type>
     <Description>Options for opening hyperlinks new window, if
 used</Description>
     <IsMandatory>false</IsMandatory>
     <DefaultValue>menubar=no,location=no,resizable=no,status=no,
 scrollbars=yes</DefaultValue>
   </Parameter>

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