Hi,

I have a 'moveend' event firing the 'click' event in IE7. So when I pan the
map, the click event also gets fired. I only want the moveend to be fired,
not both.

It works ok in FF 2/3

e.g.

map.events.register('moveend', map, test.updateMapHeader);  
map.events.register('click', queryControl, queryControl.processMouseClick);


How can I stop it?

thanks,

Stu
-- 
View this message in context: 
http://www.nabble.com/moveend-events-firing-click-event-tp16048069p16048069.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to