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

events.js uses deprecated method initKeyEvent, disabled by default in Firefox 93 #9853

Closed
mtrea opened this issue Sep 20, 2021 · 1 comment
Closed

Comments

@mtrea
Copy link
Contributor

mtrea commented Sep 20, 2021

🐛 Bug Report

Sorry, I'm foregoing the typical report structure since this is a very specific code/api issue.

In javascript/atoms/events.js, there is a call to initKeyEvent here.

According to Mozilla's documentation here, this method is deprecated. Importantly:

Firefox hides this method behind the preference (dom.keyboardevent.init_key_event.enabled) from version 93 and plans to remove it shortly afterwards.

Any code that depends on this file's usage of initKeyEvent is broken by default starting with Firefox 93 (currently in beta). It's unclear when Mozilla will remove the workaround.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant