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

In Google Chrome, NVDA reads modal titles three times when the modal is launched. #8221

Open
RD-Brown opened this issue May 1, 2018 · 3 comments
Labels
app/chrome bug/double-speaking p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.

Comments

@RD-Brown
Copy link

RD-Brown commented May 1, 2018

Steps to reproduce:

Steps to Reproduce:

  1. In Chrome, open the attached file, HeaderReadingDemo.html.
  2. Press Enter over the Launch Modal button.
  3. Note that the modal title, “Test Submit Warning” is read three times.

Expected behavior:

modal title, “Test Submit Warning” should only be read once.

Actual behavior:

Modal title is read three times.

System configuration:

NVDA version: 2018.1.1
NVDA Installed or portable: Installed
Windows version: Windows 10 Enterprise
Name and version of other software in use when reproducing the issue: Google Chrome V65.0.3325.181

Other questions:

Does the issue still occur after restarting your PC? Yes.
Have you tried any other versions of NVDA? No.
HeaderReadingDemo.zip

@Adriani90
Copy link
Collaborator

@RD-Brown in Chrome 79 this example does not work for me. The modal does not launch when I press the button. Could you please give an update on this? In Firefox it seems NVDA repeats the text only one time.

@ObjectInSpace
Copy link

If you traverse the dialog with browse mode, NVDA reads two "test submit warning"s. So it says "test submit warning" when the dialog opens, then traverses the content from top to bottom including the two other "test submit warning" strings. This behavior appears to be WAI for NVDA, and is identical in firefox. Curiously, JAWS only says test submit warning once. Not sure why. But I think that is either a problem in NVDA, or this reproduction example. A more useful reproduction example for this would have different strings for each instance of "test submit warning" (like "test submit warning 1/2/3") to more easily determine what exactly NVDA is reading and whether it should. But this does not appear to be a browser issue.

@Adriani90
Copy link
Collaborator

This is related to the setting automatic say all when page is loaded in the browse settings of NVDA. Turning that settip off does not move the focus automatically when entering a modal dialog. See also #8971.

@seanbudd seanbudd added p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app/chrome bug/double-speaking p4 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

No branches or pull requests

5 participants