[Mapbender-commits] r8074 - branches/2.7/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Fri Aug 26 06:06:01 EDT 2011


Author: verenadiewald
Date: 2011-08-26 03:06:01 -0700 (Fri, 26 Aug 2011)
New Revision: 8074

Modified:
   branches/2.7/http/javascripts/popup.js
Log:
removed fix for IE, because it leads to wrong positioning of balloon

Modified: branches/2.7/http/javascripts/popup.js
===================================================================
--- branches/2.7/http/javascripts/popup.js	2011-08-26 08:18:14 UTC (rev 8073)
+++ branches/2.7/http/javascripts/popup.js	2011-08-26 10:06:01 UTC (rev 8074)
@@ -361,11 +361,13 @@
 			settings.top = pos.pY;
 		}
 		
-		//fix IE width and height by adding the padding values
+		/*
+                //fix IE width and height by adding the padding values
 		if($.browser.msie){
 			settings.width = pos.pW;
 			settings.height = pos.pH;
 		}
+                */
 		
 		//Set dimensions
 		this.css({top:String(settings.top)+"px",



More information about the Mapbender_commits mailing list