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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Feb 5 14:24:44 EST 2011


Author: marc
Date: 2011-02-05 11:24:44 -0800 (Sat, 05 Feb 2011)
New Revision: 7534

Modified:
   trunk/mapbender/http/javascripts/mod_tab_expandable.js
Log:
#693

Modified: trunk/mapbender/http/javascripts/mod_tab_expandable.js
===================================================================
--- trunk/mapbender/http/javascripts/mod_tab_expandable.js	2011-02-04 16:03:06 UTC (rev 7533)
+++ trunk/mapbender/http/javascripts/mod_tab_expandable.js	2011-02-05 19:24:44 UTC (rev 7534)
@@ -276,6 +276,9 @@
     };
     
 	var getDocumentHeight = function () {
+		if($.browser.msie){
+			return $(document).height() -5;
+		}
 		return $(document).height();
 	};
 	



More information about the Mapbender_commits mailing list