Hello,
I have exacty the same problem. Take a look here:
http://groups.google.de/group/Google-Maps-API/browse_thread/thread/d54d46e0f6ce5e78/40478e82feda11a3?lnk=raot
> var that=this;
> GEvent.addDomListener(this.div_.firstChild,"click", function() {
> GEvent.trigger(that, "click");
> GEvent.trigger(that.map_, "click", null, that);
> });
>
> > GEvent.addListener(map, "click", function(overlay, point) {
> > if(!overlay) {marker.closeTSet(); }
> > });
>
This is still noch working for me. Only the map click event gets
caught :-(
Greetings,
Stefan Sturm
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---