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

Hotkey does not update radio button focus #128

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

Hotkey does not update radio button focus #128

matt17r opened this issue Jul 1, 2024 · 0 comments

Comments

@matt17r
Copy link

matt17r commented Jul 1, 2024

I have a simple Likert scale displayed using radio buttons, with autofocus on the middle button:

Screenshot 2024-07-01 at 3 34 05 PM

If I use the arrow keys to select a different radio button, the focus moves with the selection:

Screenshot 2024-07-01 at 3 34 12 PM

However, if I use a hotkey, the selection changes but the focus remains on the original button:

Screenshot 2024-07-01 at 3 34 24 PM

Is this the desired behaviour? The radio button test only mentions activating radio buttons, not focusing them, but I expected that a hotkey would behave the same as using the built-in keyboard navigation (tab, arrows).

OS: macOS Sonoma 14.5
Browsers: Safari 17.5 and Brave 1.67.123 (Chromium 126.0.6478.126)

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

1 participant