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

[Bug] Modal is not read by screen reader #574

Open
abbottmw opened this issue Mar 21, 2024 · 0 comments
Open

[Bug] Modal is not read by screen reader #574

abbottmw opened this issue Mar 21, 2024 · 0 comments
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@abbottmw
Copy link

abbottmw commented Mar 21, 2024

Modal not being read by screen reader
I was testing my page for accessibility and 508 compliance and I noticed using NVDA screen reader ( I don't have JAWS) that it does not read the Modal when it is shown.

Another thing I found is the element that triggered the Modal isn't selected when the Modal closes.

My tests
I did some basic tests and compared it with Blazor Bootstrap Modal. This Modal seems to read correctly, but it's more of a wrapper to the boostrap library.

Blazored Modal markup is a little different, unless you make your own layout.

Focus trap doesn't seem to work with a custom layout.

I created a github repo with my testing

I tested with a standard blazor wasm template on .net 8. (Chrome browser)

@abbottmw abbottmw added Bug Something isn't working Triage Issue needs to be triaged labels Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant