[Commits] r1232 - apps/opengeo/geoexplorer/trunk/src/script/app

commits at geoext.org commits at geoext.org
Mon Jul 6 22:48:54 CEST 2009


Author: ahocevar
Date: 2009-07-06 22:48:54 +0200 (Mon, 06 Jul 2009)
New Revision: 1232

Modified:
   apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
Log:
fixed another IE scrolling issue (see http://projects.opengeo.org/geoext/ticket/279)

Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js	2009-07-06 16:07:32 UTC (rev 1231)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js	2009-07-06 20:48:54 UTC (rev 1232)
@@ -1195,7 +1195,6 @@
                 map: this.mapPanel,
                 width: 250,
                 height: 300,
-                autoScroll: true,
                 listeners: {
                     close: (function(key) {
                         return function(panel){



More information about the Commits mailing list