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

Improve focus handling #390

Open
PoignardAzur opened this issue Jun 12, 2024 · 1 comment
Open

Improve focus handling #390

PoignardAzur opened this issue Jun 12, 2024 · 1 comment

Comments

@PoignardAzur
Copy link
Contributor

Group issue for focus-related problems. Needs to be fleshed out.

For the roadmap:

We should improve tab focus in Masonry. Right now tab focus has some bugs, doesn't cover buttons, isn't updated by clicks, and uses architecture inherited from Druid that could be strongly simplified once other architectural changes are completed.

@mwcampbell
Copy link
Contributor

I just want to mention that this is important for accessibility, particularly for blind users. This isn't strictly necessary for screen reader accessibility, because screen readers have commands to navigate the window and perform the accessibility action corresponding to a click, and using those commands is particularly common with VoiceOver on macOS. But on Windows at least, blind users are accustomed to using keyboard focus, i.e. tabbing and activating buttons or check boxes with Space.

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

No branches or pull requests

2 participants