[Mapbender-commits] r6693 - trunk/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Aug 5 06:24:11 EDT 2010


Author: christoph
Date: 2010-08-05 10:24:11 +0000 (Thu, 05 Aug 2010)
New Revision: 6693

Modified:
   trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php
Log:
added a workaround for dialogs with insufficient height in IE (only in comments)

Modified: trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php
===================================================================
--- trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php	2010-08-05 09:00:33 UTC (rev 6692)
+++ trunk/mapbender/http/javascripts/mod_featureInfoTunnel.php	2010-08-05 10:24:11 UTC (rev 6693)
@@ -133,6 +133,13 @@
 									width:parseInt(featureInfoPopupWidth, 10),
 									height:parseInt(featureInfoPopupHeight, 10),
 									position:featureInfoPopupPosition,
+// This is a workaround if dialogs don't have the appropriate height
+//									height: 450,
+//									open: function(){
+//										$(this).css({
+//											"height": parseInt(featureInfoPopupHeight, 10)+ "px"
+//										});
+//									},
 									close: function() {
 										$(this).remove();
 									}



More information about the Mapbender_commits mailing list