Hi

I have some code that adds a popup

popup = new OpenLayers.Popup.Anchored("popup",
                                        map.getLonLatFromPixel(clickLoc),
                                        null,
                                        "<div></div>",
                                        null,
                                        true);
 map.addPopup(popup);

No problems except in IE8 it redraws the map, there are no extra requests
for tiles but the map 'flashes' and all tiles are redraw

Any ideas?

I know IE8 is ancient but the client requires support!

Thanks,
J



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/IE-8-Popup-add-forces-map-redraw-tp5132067.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
us...@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to