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
Key bindings don’t work in Firefox, and pressing any key produces a "ReferenceError: event is not defined" error.
No error occurs, and configured key bindings work.
JS Bin testcase
The text was updated successfully, but these errors were encountered:
Same error in FF on Win10
Sorry, something went wrong.
Fixed event handlers in Firefox. References #248
ad2772c
This is fixed in the Dev branch, I didn't pass the event to the handler: https://github.com/521dimensions/amplitudejs/tree/dev
No branches or pull requests
Environment
Issue description
Key bindings don’t work in Firefox, and pressing any key produces a "ReferenceError: event is not defined" error.
Steps to reproduce the issue
What is expected?
No error occurs, and configured key bindings work.
Link to where issue can be reproduced
JS Bin testcase
The text was updated successfully, but these errors were encountered: