Skip to content

Fix tooltip blinking when mouse is moved over it#170

Open
fdaugan wants to merge 1 commit intogwatts:masterfrom
fdaugan:patch-4
Open

Fix tooltip blinking when mouse is moved over it#170
fdaugan wants to merge 1 commit intogwatts:masterfrom
fdaugan:patch-4

Conversation

@fdaugan
Copy link
Copy Markdown

@fdaugan fdaugan commented Apr 16, 2016

When a tooltip is displayed above the mouse pointer for sample, and le mouse moves up :

'mouseleave' is called since the tooltip caught the event
tooltip is hidden
'mouseenter' is called since the canva gets back the event
tooltip is placed above the mouse pointer

When a tooltip is displayed above the mouse pointer for sample, and le mouse moves up :

'mouseleave' is called since the tooltip caught the event
tooltip is hidden
'mouseenter' is called since the canva gets back the event
tooltip is placed above the mouse pointer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant