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

Clean up keyboard event handlers - remove keyboardBusy #10414

Open
Frizi opened this issue Jul 1, 2024 · 0 comments
Open

Clean up keyboard event handlers - remove keyboardBusy #10414

Frizi opened this issue Jul 1, 2024 · 0 comments
Labels
-gui p-medium Should be completed in the next few sprints x-refactor Changes that should not be visible to the end-user

Comments

@Frizi
Copy link
Contributor

Frizi commented Jul 1, 2024

Currently, all keyboard shortcuts handlers are bound to the window element, and the handler checks if any other element is focused (keyboardBusy). Instead, we want to attach handlers to appropriate DOM elements and stop propagation where needed (for example, letters in text fields/editors), removing keyboardBusy in the process

@Frizi Frizi added this to the 2024-08 Release milestone Jul 1, 2024
@Frizi Frizi added p-medium Should be completed in the next few sprints -gui x-refactor Changes that should not be visible to the end-user labels Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-gui p-medium Should be completed in the next few sprints x-refactor Changes that should not be visible to the end-user
Projects
Status: 📤 Backlog
Development

No branches or pull requests

1 participant