-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'mouse:over' event is not triggered on canvas when moving mouse cursor from out of the canvas to canvas object #2906
Comments
similar to this i was investigating today. MouseUP does not fire also if we come from outside the canvas. |
mmm not really.
if you plan to monitor yout events on the element directly, you should void the |
I expected 'mouse:out' event triggered and canvas._hoveredTarget cleared when I move cursor out of the canvas because mouse cursor doesn't hover object anymore. |
when you move out of the canvas we do not have any events over it. |
Thank you, @asturur. |
Version
1.5.0
Test Case
http://jsfiddle.net/o07eeww5/1/
How it works: rectangle changes it's color to green on mouseover and to red on mouseout.
Steps to reproduce
Expected Behavior
'mouse:over' event triggered on canvas (rectange changed it's color to green)Actual Behavior
The text was updated successfully, but these errors were encountered: