From 8f1bca93b129b7466c648fb7a94f4242a9774abb Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 12 Dec 2007 23:35:14 +0000 Subject: [PATCH] IE6 is happy, IE7 is happy, I'm grumpy - seems like it takes IE a while to properly update the elements here - adding in an alert lets tests pass in IE6 - clearing the renderer does the same thing git-svn-id: http://svn.openlayers.org/trunk/openlayers@5391 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_Vector.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Layer/test_Vector.html b/tests/Layer/test_Vector.html index a5bc98c99c..83d9277684 100644 --- a/tests/Layer/test_Vector.html +++ b/tests/Layer/test_Vector.html @@ -314,6 +314,7 @@ customStyle4.graphicWidth.toString()+'px', "given graphicHeight and graphicWidth, both are set: width"); feature.style = customStyle5; + layer.renderer.clear(); layer.drawFeature(feature); var fill = root.firstChild.getElementsByTagName("v:fill")[0]; var opacity;