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

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Sat Feb 5 14:28:23 EST 2011


Author: marc
Date: 2011-02-05 11:28:23 -0800 (Sat, 05 Feb 2011)
New Revision: 7535

Modified:
   branches/2.7/http/javascripts/mod_tab_expandable.js
Log:
#693

Modified: branches/2.7/http/javascripts/mod_tab_expandable.js
===================================================================
--- branches/2.7/http/javascripts/mod_tab_expandable.js	2011-02-05 19:24:44 UTC (rev 7534)
+++ branches/2.7/http/javascripts/mod_tab_expandable.js	2011-02-05 19:28:23 UTC (rev 7535)
@@ -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