[OpenLayers-Users] click behavior varies btw firefox and IE

János Gonzales janos.gonzales at gmail.com
Mon Oct 29 17:09:58 EDT 2007


Hello,

I have the following click event for  my map:

map.events.register("click", map, function(e) {
	alert('map clicked');
});

In firefox, if I drag and release the map this event is not called,
which is what I want.   In IE 7, it does get called, which is
annoying.   Is this a bug?


Janos



More information about the Users mailing list