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

NVDA narrates dialog title and button twice #10003

Closed
kolaps33 opened this issue Jul 31, 2019 · 2 comments
Closed

NVDA narrates dialog title and button twice #10003

kolaps33 opened this issue Jul 31, 2019 · 2 comments

Comments

@kolaps33
Copy link

kolaps33 commented Jul 31, 2019

Comment

The issue is reproducible with:
Chrome 75 + NVDA
Firefox 68.0.1 + NVDA
The simple example is using aria recommendations:
https://www.w3.org/TR/wai-aria-1.1/#dialog

Steps to reproduce:

Open example: https://jsfiddle.net/kolaps33/f3nw48a6/2/

  1. Navigate to "Open modal" button.
  2. Press Enter key.

Actual behavior:

Do you like to change the settings? dialog content text
Got It
button
Do you like to change the settings?
button
Got It
NVDA-narration

Expected behavior:

NVDA narrate dialog title and focused button only once. Like:
Do you like to change the settings? dialog content text
Got It
button

System configuration

NVDA installed/portable/running from source:

installed version 2019.1.1

NVDA version:

version 2019.1.1

Windows version: Windows 10 Enterprise

Name and version of other software in use when reproducing the issue:

Other information about your system:

Other questions

Does the issue still occur after restarting your PC?

yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

@Adriani90
Copy link
Collaborator

Duplicate of #8971.

@bswanwick
Copy link

I'm seeing this same issue when using NVDA with React and Material UI. The components on their demo page show this behavior. https://material-ui.com/components/dialogs/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants