mstahv / v-leaflet

Leaflet add-on for Vaadin
Other
43 stars 38 forks source link

LImageOverlay listeners not working #184

Closed strxetics closed 6 years ago

strxetics commented 6 years ago

click, contextclick, contextmenu and mouseover listeners are never called for my LImageOverlay. LMarker listeners are working fine.

is there a trick or is this a bug?

Version: 2.0.7

octavm commented 6 years ago

Fixed in Vaadin-7 compatible branch. I can port the fix to Vaadin-8 (master) branch too, if there's a need for it.

strxetics commented 6 years ago

I would be really happy if you did :)

octavm commented 6 years ago

Ok, I've added the fix to master branch. Now its up to @mstahv to accept the merge and maybe cut a new release.

strxetics commented 6 years ago

@octavm thank you :)