[Commits] r426 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Mon Apr 20 18:32:31 CEST 2009
Author: dwins
Date: 2009-04-20 18:32:31 +0200 (Mon, 20 Apr 2009)
New Revision: 426
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Add scrollbars to popups when they are too small for the content (#154)
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-20 16:29:50 UTC (rev 425)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-20 16:32:31 UTC (rev 426)
@@ -786,7 +786,8 @@
html: html,
title: "Feature Info",
width: 250,
- lonlat: lonlat
+ lonlat: lonlat,
+ autoScroll: true
});
win.addToMapPanel(this.mapPanel);
win.show();
More information about the Commits
mailing list