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

Fusion trac_fusion at osgeo.org
Mon Oct 5 01:08:20 EDT 2009


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

 Andy,

 This is totally untested, but you should just be able to change the
 behaviour for an existing !ApplicationDefinition (flexible layout) by
 editing it as XML and locating the place where the !MapTip widget is
 defined.  Once you find this, add a new entity to the Extension section
 called !WinFeatures with a value of
 "menubar=no,location=no,resizable=no,status=no, scrollbars=yes".
 Something like this (big chunks of !MapTip definition deleted):

 {{{
 #!text/html

     <Widget>
       <Type>Maptip</Type>
       <Extension>
         <WinFeatures> menubar=no,location=no,resizable=no,status=no,
 scrollbars=yes</WinFeatures>
       </Extension>
     </Widget>

 }}}

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