Skip to content
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

mousemove event gets fired for no reason #1014

Closed
guidupuy opened this issue Aug 19, 2013 · 1 comment
Closed

mousemove event gets fired for no reason #1014

guidupuy opened this issue Aug 19, 2013 · 1 comment

Comments

@guidupuy
Copy link

To reproduce, with any page opened go to the console and type :
document.body.onmousemove = function(){ console.log('test'); };

Then hover the window with your mouse and leave the cursor still: about every second, the mousemove event is fired for no reason.

@guidupuy
Copy link
Author

Nvm - it seems this behavior is due to running Windows on Parallels and has nothing to do with Node webkit. Sorry!

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

No branches or pull requests

1 participant