You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: