Remove keyboard traps from non-modal views #7770
Labels
accessibility
Relates to personal ability or assistive tools
keyboard
An issue with keyboard navigation, shortcuts, or input
usability
An issue with ease-of-use or design
Milestone
A keyboard trap occurs when a user cannot navigate away from a UI element via the keyboard alone. This is an accessibility problem.
Modal views can restrict the keyboard focus, since their purpose is to temporarily limit the scope of the UI. But the modal must still be escapable/resolvable using the keyboard alone.
Re: #7713
The text was updated successfully, but these errors were encountered: