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

Remove keyboard traps from non-modal views #7770

Closed
quincylvania opened this issue Jul 7, 2020 · 0 comments
Closed

Remove keyboard traps from non-modal views #7770

quincylvania opened this issue Jul 7, 2020 · 0 comments
Assignees
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

Comments

@quincylvania
Copy link
Collaborator

quincylvania commented Jul 7, 2020

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

@quincylvania quincylvania added the usability An issue with ease-of-use or design label Jul 7, 2020
@quincylvania quincylvania self-assigned this Sep 11, 2020
@quincylvania quincylvania added this to the 2.19.0 milestone Sep 11, 2020
quincylvania added a commit that referenced this issue Sep 11, 2020
…avigate to the entity editor (re: #7770)

Make offscreen inspector panes display:hidden
@quincylvania quincylvania added the accessibility Relates to personal ability or assistive tools label Sep 14, 2020
@quincylvania quincylvania added the keyboard An issue with keyboard navigation, shortcuts, or input label Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant