This repository was archived by the owner on Sep 20, 2019. It is now read-only.
This repository was archived by the owner on Sep 20, 2019. It is now read-only.
marker - multiple mouseover events #144
Open
Description
From @porjo on February 24, 2015 2:1
I have created a custom 'div' marker where the popover displays on mouseover
and hides on mouseout
- see Plunkr http://plnkr.co/edit/ftGP05yqENLHT05nvZpN?p=preview
I find that mouseover
and mouseout
fire multiple times when the mouse is moved between elements within the same marker causing the popover to flicker off and on. Is this a bug? If not, how would I avoid the event being fired multiple times?
Copied from original issue: tombatossals/angular-leaflet-directive#642