[OpenLayers-Users] IE 8 Popup add forces map redraw

osullivj jeremiahosullivan at gmail.com
Sat Mar 29 16:13:02 PDT 2014


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.


More information about the Users mailing list