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
'{document} mousemove' in can.Controls are not working in latest master.
If add option to Control {document: $(document)} they work.
The text was updated successfully, but these errors were encountered:
I just pulled latest master and did the following test can.Control:
var Test = can.Control.extend({}, { init: function(el, ev) { }, '{document} mousemove': function(el, ev) { console.log('triggered mousemove'); } })
and things seem to be kosher. This was fixed in 92e1822 though. Can you pull latest master again and confirm?
Sorry, something went wrong.
This has been fixed with #531 and will be released with 2.0.1 tomorrow.
No branches or pull requests
'{document} mousemove' in can.Controls are not working in latest master.
If add option to Control {document: $(document)} they work.
The text was updated successfully, but these errors were encountered: