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
When browsing stories on Instagram, each time I move to the next the following line is printed on the calling terminal:
JavaScript error: moz-extension://fb536ad0-4d75-4dc2-a6d7-f71c529653ef/js/contentscript.js, line 19: TypeError: event is undefined
Please complete the following information when submitting a feature request or bug report.
The text was updated successfully, but these errors were encountered:
I can reproduce this error on Linux with Firefox Dev. Edition (133.0) when I toggle browser.dom.window.dump.enabled to true in about:config :
browser.dom.window.dump.enabled
about:config
Here the error reporting is a little more useful:
JavaScript error: moz-extension://c0732029-4f75-4bcb-9937-65c7806c3582/js/contentscript.js, line 19: TypeError: can't access property "keyCode", event is undefined JavaScript error: moz-extension://c0732029-4f75-4bcb-9937-65c7806c3582/js/contentscript.js, line 19: TypeError: can't access property "keyCode", event is undefined
Sorry, something went wrong.
See https://stackoverflow.com/questions/15555687/event-keycode-not-working-in-firefox (historical) and https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode (indicating that the keyCode property is deprecated and its modern replacements.
keyCode
No branches or pull requests
When browsing stories on Instagram, each time I move to the next the following line is printed on the calling terminal:
Please complete the following information when submitting a feature request or bug report.
The text was updated successfully, but these errors were encountered: