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

Call log modal doesn't make background content inert while open #271

Open
henrycatalinismith opened this issue Oct 15, 2022 · 0 comments
Open

Comments

@henrycatalinismith
Copy link

Steps to reproduce

  1. Open an assignment.
  2. Click the log button.
  3. Press ⌘ + F5 to start VoiceOver.
  4. Use ^⌥→ and ^⌥← to try to interact with the background content behind the modal.

Expected outcome

It should be impossible to interact with the background content while the modal's open.

GIF where I fail and can't get to the background content

Actual outcome

It's possible to escape the modal and interact with the background content.

GIF where I succeed and get to read the content that's almost totally obscured by the overlay

Severity

The success criterion covering this issue is WCAG level A – the minimum level. Most organizations aim for a conformance level of AA, which includes all level A criteria. Having background content available while a modal is open can be a a cause for real confusion so the severity of this issue is high.

Recommendation

In order to create the Expected outcome GIF above I just put the inert attribute on the .App-content div. It could be that that's all it takes to fix this one.

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