You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. I have problem with click events on infobox. I have many markers on the map, when I open infobox it will cover rest of markers (works as expected), I have enableEventPropagation set to true - in infobox I have one html layer, with onClick event - when I click this layer and underneath of infobox is some covered markers, than - first I'm getting onclick event on marker, and then I'm getting second click on layer but on new infobox. IMHO first click event should be fired on infobox, than maybe on marker - how ever it should be fired if it is underneath of infobox... anther option, to set enableEventPropagation to false and create own listeners, but I dont know, how to reference infbox to ie google.maps.event.addDomListener(infobox, "click", function (e) - any help would be nice. thanks ;)
The text was updated successfully, but these errors were encountered:
Hello there. I have problem with click events on infobox. I have many markers on the map, when I open infobox it will cover rest of markers (works as expected), I have
enableEventPropagation
set to true - in infobox I have one html layer, with onClick event - when I click this layer and underneath of infobox is some covered markers, than - first I'm getting onclick event on marker, and then I'm getting second click on layer but on new infobox. IMHO first click event should be fired on infobox, than maybe on marker - how ever it should be fired if it is underneath of infobox... anther option, to set enableEventPropagation to false and create own listeners, but I dont know, how to reference infbox to iegoogle.maps.event.addDomListener(infobox, "click", function (e)
- any help would be nice. thanks ;)The text was updated successfully, but these errors were encountered: