We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Nvm - it seems this behavior is due to running Windows on Parallels and has nothing to do with Node webkit. Sorry!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: