Please do not set delays under 1 second when testing rendering in a new window.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8356 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
|
||||
//shown
|
||||
t.open_window( "BaseTypes/Element.html", function( wnd ) {
|
||||
t.delay_call( 0.5, function() {
|
||||
t.delay_call(1, function() {
|
||||
var elem = wnd.document.getElementById("elemID");
|
||||
|
||||
var dims = OpenLayers.Element.getDimensions(elem);
|
||||
|
||||
Reference in New Issue
Block a user