[mapguide-trac] #832: InvokeURL.js File does not accept Window Open Parameters

MapGuide Open Source trac_mapguide at osgeo.org
Thu Jan 29 16:07:20 EST 2009


#832: InvokeURL.js File does not accept Window Open Parameters
------------------------+---------------------------------------------------
   Reporter:  gluckett  |       Owner:                       
       Type:  defect    |      Status:  new                  
   Priority:  low       |   Milestone:                       
  Component:  Fusion    |     Version:  2.0.1                
   Severity:  minor     |    Keywords:  fusion, invokeURL, js
External_id:            |  
------------------------+---------------------------------------------------
 The InvokeURL.js file has a variable called: sFeatures (line 40)
 This variable is mistyped as sWinFeatures (line 120)

 change line 120 from this:
 window.open(url, this.sTarget, this.sWinFeatures);
 to this:
 window.open(url, this.sTarget, this.sFeatures);

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/832>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list