-
-
Notifications
You must be signed in to change notification settings - Fork 645
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 repeats dialog content twice in Browsers #8971
Comments
Hi ! Bug description:Hi! NVDA version: Windows version: This is an example of the modal yours |
cc: @feerrenrut, @jcsteh |
+1 |
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/ |
I have observed that verbosity can be reduced if 'Automatic Say All on page load' is unchecked under 'Browse Mode' preferences. This leads me to believe that NVDA is treating the dialog as a new document. There may be three things affecting what is announced when a dialog is opened:
Some of these are in the author's control, some in the users, and there may still be room for NVDA to provide a less verbose experience by default. |
Hi, I came across the same issue and believe I have a possible solution to avoid the verbose narration. Let me know what you think. Please test and review my code with NVDA. |
Observed the same behaviour with NVDA on chrome. But updating the NVDA settings worked in my case. Under Browse mode, uncheck the two options "Enable Browse mode on page load" and "Automatic Say All on page load". This reduced the announcement to be made only once whenever modal appears. Don't know if it is the right thing for Screen reader users to uncheck these options |
+1 |
Steps to reproduce:
Actual behavior:
The content of the dialog window are getting repeated. Refer attached screenshot.
Expected behavior:
The content of dialog should be said only once.
System configuration:
Windows 7 - 32 bit
Chrome/Firefox/IE
NVDA Installed/portable/running from source:
Installed
NVDA version:
2018.3
Windows version:
7
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?
Have you tried any other versions of NVDA?
Yes same behavior with previous versions.
The text was updated successfully, but these errors were encountered: