[Mapbender-commits] r5042 - branches/2.6/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Nov 25 11:25:07 EST 2009


Author: christoph
Date: 2009-11-25 11:25:07 -0500 (Wed, 25 Nov 2009)
New Revision: 5042

Modified:
   branches/2.6/http/javascripts/mod_digitize_tab.php
Log:


Modified: branches/2.6/http/javascripts/mod_digitize_tab.php
===================================================================
--- branches/2.6/http/javascripts/mod_digitize_tab.php	2009-11-25 16:18:50 UTC (rev 5041)
+++ branches/2.6/http/javascripts/mod_digitize_tab.php	2009-11-25 16:25:07 UTC (rev 5042)
@@ -1572,7 +1572,10 @@
 	
 	wfsWindow = open("", "wfsattributes", "width="+wfsWindowWidth+", height="+wfsWindowHeight+", resizable, dependent=yes, scrollbars=yes");
 	wfsWindow.document.open("text/html");
-	wfsWindow.focus();
+
+	setTimeout(function () {
+		wfsWindow.focus();
+	}, 100);
 	
 	var str = "";
 	var strStyle = "";



More information about the Mapbender_commits mailing list