http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66845

Revision: 66845
Author:   jeroendedauw
Date:     2010-05-24 19:27:02 +0000 (Mon, 24 May 2010)

Log Message:
-----------
fix  Bug 23650

Modified Paths:
--------------
    trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php
    trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php
    trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php
    trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php
    trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersQP.php
    trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php
    trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsQP.php

Modified: trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php
===================================================================
--- trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php       
2010-05-24 19:26:55 UTC (rev 66844)
+++ trunk/extensions/SemanticMaps/GeoCoords/SM_GeoCoordsValue.php       
2010-05-24 19:27:02 UTC (rev 66845)
@@ -161,7 +161,7 @@
                }
                else {
                        $this->mCoordinateSet['lat'] = $args[0];
-                       $this->mCoordinateSet['lon'] = $args[1];                
        
+                       $this->mCoordinateSet['lon'] = $args[1];
                }
                
                $this->m_caption = MapsCoordinateParser::formatCoordinates(

Modified: 
trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php
===================================================================
--- 
trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php    
    2010-05-24 19:26:55 UTC (rev 66844)
+++ 
trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsFormInput.php    
    2010-05-24 19:27:02 UTC (rev 66845)
@@ -82,7 +82,7 @@
                        'div',
                        array(
                                'id' => $this->mapName,
-                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc;",
+                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc; overflow: hidden;",
                        ),
                        wfMsg( 'maps-loading-map' )
                );

Modified: trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php
===================================================================
--- trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php       
2010-05-24 19:26:55 UTC (rev 66844)
+++ trunk/extensions/SemanticMaps/Services/GoogleMaps/SM_GoogleMapsQP.php       
2010-05-24 19:27:02 UTC (rev 66845)
@@ -78,7 +78,7 @@
                        'div',
                        array(
                                'id' => $this->mapName,
-                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc;",
+                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc; overflow: hidden;",
                        ),
                        wfMsg( 'maps-loading-map' )
                );

Modified: 
trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php
===================================================================
--- 
trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php    
    2010-05-24 19:26:55 UTC (rev 66844)
+++ 
trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersFormInput.php    
    2010-05-24 19:27:02 UTC (rev 66845)
@@ -73,7 +73,7 @@
                        'div',
                        array(
                                'id' => $this->mapName,
-                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc;",
+                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc; overflow: hidden;",
                        ),
                        wfMsg( 'maps-loading-map' )
                );

Modified: trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersQP.php
===================================================================
--- trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersQP.php       
2010-05-24 19:26:55 UTC (rev 66844)
+++ trunk/extensions/SemanticMaps/Services/OpenLayers/SM_OpenLayersQP.php       
2010-05-24 19:27:02 UTC (rev 66845)
@@ -62,7 +62,7 @@
                        'div',
                        array(
                                'id' => $this->mapName,
-                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc;",
+                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc; overflow: hidden;",
                        ),
                        wfMsg( 'maps-loading-map' )
                );

Modified: 
trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php
===================================================================
--- trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php  
2010-05-24 19:26:55 UTC (rev 66844)
+++ trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFormInput.php  
2010-05-24 19:27:02 UTC (rev 66845)
@@ -74,7 +74,7 @@
                        'div',
                        array(
                                'id' => $this->mapName,
-                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc;",
+                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc; overflow: hidden;",
                        ),
                        wfMsg( 'maps-loading-map' )
                );

Modified: trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsQP.php
===================================================================
--- trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsQP.php 
2010-05-24 19:26:55 UTC (rev 66844)
+++ trunk/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsQP.php 
2010-05-24 19:27:02 UTC (rev 66845)
@@ -59,7 +59,7 @@
                        'div',
                        array(
                                'id' => $this->mapName,
-                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc;",
+                               'style' => "width: $this->width; height: 
$this->height; background-color: #cccccc; overflow: hidden;",
                        ),
                        wfMsg( 'maps-loading-map' )
                );



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to