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

fix backspace not working as a keyboard shortcut #9995

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

k-yle
Copy link
Contributor

@k-yle k-yle commented Nov 25, 2023

In many browsers, ⌫ Backspace used to be a shortcut to navigate back to the previous page. Since this was very frustrating, an override was added to block ⌫ Backspace 11 years ago (see #303).

However, this code prevents other iD operations from using ⌫ Backspace as a keyboard shortcut (see #9994).

Luckily, all the major browsers removed the ⌫ Backspace feature (Chrome in 2016[1], Safari in 2019[2], Edge in 2019[3], Firefox in 2021[1]), so we can now remove this override to fix #9994

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

Successfully merging this pull request may close these issues.

⌫ Backspace keyboard shortcut does not work in Chrome/Firefox/Edge
1 participant