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

Context menu keyboard interactions in Firefox do not work #519

Closed
ben-lu-uw opened this issue Sep 27, 2021 · 1 comment · Fixed by #520
Closed

Context menu keyboard interactions in Firefox do not work #519

ben-lu-uw opened this issue Sep 27, 2021 · 1 comment · Fixed by #520
Assignees

Comments

@ben-lu-uw
Copy link
Contributor

i.e. right clicking on the map and pressing D does not toggle debug mode in Firefox but it does in Chrome.
Perhaps similar to issue #465.
event.keyCode is deprecated but is still supported by browsers.

@ben-lu-uw
Copy link
Contributor Author

The usage of event.path is unsupported in Firefox. Using event.composedPath is the standard and fixes this issue and #465.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants