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

Screen Reader is not announcing name for the close button present for available authorization dialog in windows. #10320

Open
msftedad opened this issue Feb 26, 2025 · 0 comments

Comments

@msftedad
Copy link

Q&A (please complete the following information)

OS: Windows 11 24H2
Browser: Edge, chrome
Version: 133.0.3065.82 (Official build) (64-bit)
Method of installation: dist
Swagger-UI version: 5.17.14
Swagger/OpenAPI version: 3.0

Content & configuration

Example Swagger/OpenAPI definition:

# your YAML here

Swagger-UI configuration options:

SwaggerUI({
  // your config options here
})
?yourQueryStringConfig

Describe the bug you're encountering

Screen Reader is not announcing name for the close button present for available authorization dialog in windows. The lack of a name announcement for the close button in the available authorization dialog in Windows can greatly affect users who rely on screen readers, such as those with visual impairments. This issue makes it difficult for them to identify the button's function, resulting in confusion and challenges in navigating the dialog effectively.

To reproduce...

Steps to reproduce the behavior:

  1. Turn on Narrator.
  2. Open the URL: Swagger UI v5.17.14 in latest edge browser
  3. Swagger Code pen home page will be opened.
  4. Press tab key till reach Authorization button and press enter key to activate it.
  5. Available authorizations dialog will be appeared.
  6. Press tab key till reach close(x) button.
  7. Verify whether screen reader is announcing name for close button or not.

Expected behavior

Screen Reader should announce name for the close button present for available authorization dialog in windows. It should announce it as close button.

Screenshots

Screen.Reader.is.not.announcing.name.for.the.close.button.present.for.available.authorization.dialog.in.windows.mp4
Image

Additional context or thoughts

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