sgiddings
unread,May 5, 2011, 11:22:57 AM5/5/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
Here's my context -
I have a custom information window implemented with a custom overlay
(OverlayView).
As usual, when the marker is clicked, the custom information window is
displayed.
At times, it will cover other markers.
In addition, I have a custom tooltip on the marker which is triggered
with the mouseover/mouseout mouse events.
My problem is that, even though the custom overlay (html dom object)
covers the marker, the marker will still receive the mouseover/
mouseout mouse events. This is still the case if I try to stop
bubbling.
However, if I capture the click event and stop bubbling in the custom
overlay, it will not be passed through to the underlying marker.
This applies to firefox and ie.
Is this a known issue/bug ?