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