WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: NVDA announcing the title of the dialog twice

for

Number of posts in this thread: 4 (In chronological order)

From: Sudheer Babu
Date: Sun, Jan 09 2022 9:57AM
Subject: NVDA announcing the title of the dialog twice
No previous message | Next message →

Hi All,

Hope everyone is staying safe and doing well!

I wanted to check if any of you have encountered the issue where NVDA reads
out the title of the dialog twice when the focus is on any of the
interactive elements inside.
Like the example from the link below, where an alert dialog is displayed
upon activating the discard button, NVDA reads out the title of the dialog
twice.

https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/alertdialog.html

From what we have tested, this seems like a problem with NVDA, as JAWS
announces the title of the dialog only once.

Does this require any specific fix/hack for NVDA or is this something
common with NVDA that we can bypass.

Thanks in advance!

Thanks,
Sudheer

From: Priti Rohra
Date: Sun, Jan 09 2022 11:51PM
Subject: Re: NVDA announcing the title of the dialog twice
← Previous message | Next message →

Hi Sudhir,

You can bypass this behavior as it is specific to NVDA and happens in
case of alert dialog. In case of modal dialogs, NVDA reads the title
once correctly.

Always BPositive!
Priti Rohra



On 1/9/22, Sudheer Babu < = EMAIL ADDRESS REMOVED = > wrote:
> Hi All,
>
> Hope everyone is staying safe and doing well!
>
> I wanted to check if any of you have encountered the issue where NVDA reads
> out the title of the dialog twice when the focus is on any of the
> interactive elements inside.
> Like the example from the link below, where an alert dialog is displayed
> upon activating the discard button, NVDA reads out the title of the dialog
> twice.
>
> https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/alertdialog.html
>
> From what we have tested, this seems like a problem with NVDA, as JAWS
> announces the title of the dialog only once.
>
> Does this require any specific fix/hack for NVDA or is this something
> common with NVDA that we can bypass.
>
> Thanks in advance!
>
> Thanks,
> Sudheer
> > > > >

From: glen walker
Date: Mon, Jan 10 2022 9:30AM
Subject: Re: NVDA announcing the title of the dialog twice
← Previous message | Next message →

If I change the code in the inspector from role="alertdialog" to
role="dialog", the title still gets announced twice. Where did you hear it
announced once?


On Sun, Jan 9, 2022 at 11:51 PM Priti Rohra < = EMAIL ADDRESS REMOVED = > wrote:

> Hi Sudhir,
>
> You can bypass this behavior as it is specific to NVDA and happens in
> case of alert dialog. In case of modal dialogs, NVDA reads the title
> once correctly.
>
> Always BPositive!
> Priti Rohra
>
>

From: Priti Rohra
Date: Tue, Jan 11 2022 6:39AM
Subject: Re: NVDA announcing the title of the dialog twice
← Previous message | No next message

Hi Glen,

I heard it with the ARIA dialog pattern.


Always BPositive!
Priti Rohra

On 1/10/22, glen walker < = EMAIL ADDRESS REMOVED = > wrote:
> If I change the code in the inspector from role="alertdialog" to
> role="dialog", the title still gets announced twice. Where did you hear it
> announced once?
>
>
> On Sun, Jan 9, 2022 at 11:51 PM Priti Rohra < = EMAIL ADDRESS REMOVED = > wrote:
>
>> Hi Sudhir,
>>
>> You can bypass this behavior as it is specific to NVDA and happens in
>> case of alert dialog. In case of modal dialogs, NVDA reads the title
>> once correctly.
>>
>> Always BPositive!
>> Priti Rohra
>>
>>
> > > > >