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

Focus lost when choosing 'View Preferences' #438

Open
joedolson opened this issue Feb 9, 2025 · 0 comments
Open

Focus lost when choosing 'View Preferences' #438

joedolson opened this issue Feb 9, 2025 · 0 comments

Comments

@joedolson
Copy link

When a user clicks on 'View Preferences' the button is removed from the DOM using display: none;. This causes a loss of focus that can be disorienting.

While the ideal is to not remove a button that currently has focus, I appreciate that would require changes that could be difficult to implement broadly for users. Lacking that, I would suggest actively moving focus to the top of the preferences options, e.g., the Functional preferences summary. This enables a user to immediately take the action they have requested, rather than having to first re-discover their location in the page.

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