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 ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.