I guess the link should be:
http://www.mario-baldauf.org/tlmf/map.html
I can see the behavior with FF but not with Chrome.
It does not happen if you dragzoom with the right button. It seems
like 'mouseup' event is missing for some reason.
GEvent.addDomListener(document, 'mouseup', function(e) {
me.mouseup_(e);
});
I think the listener might be attached to body or map container
instead of document.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---