WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: [Web AIM] Is this a known NVDA bug?

for

From: Jim Homme
Date: Aug 15, 2017 11:51AM


Hi,
If you check the NVDA browse dialog and it has screen layout checked, this is expected behavior. Usually, when people run NVDA, they uncheck this box, which should put the buttons on separate lines. Press NVDA+CTRL+B to get there quickly.

Jim


=========Jim Homme,
Team Lead and Accessibility Consultant,
Bender HighTest Accessibility Team
Bender Consulting Services, Inc.,
412-787-8567,
<EMAIL REMOVED>
http://www.benderconsult.com/our%20services/hightest-accessible-technology-solutions
E+R=O

-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of R.U. Steinberg
Sent: Tuesday, August 15, 2017 10:17 AM
To: WebAIM Discussion List < <EMAIL REMOVED> >
Subject: [WebAIM] Is this a known NVDA bug?

I have two disabled buttons and when I read them in Firefox with NVDA, there is no pause between each button.. Is this a known bug?

<body>
<h1>&#9733; Standalone Test Buttons &#9733;</h1>
<button disabled type="button">Primary</button>
<button disabled type="button">Standard</button> </body>

If I enable the buttons, NVDA also reads both buttons without a pause at first, but after that I can navigate between each button and it reads them separately.

<body>
<h1>&#9733; Standalone Test Buttons &#9733;</h1>
<button type="button">Primary</button>
<button type="button">Standard</button> </body>

I saw a post from June 2017 that suggests NVDA is having issues with phrasing content properly, but wasn't sure if the issue I was experiencing was related.
https://github.com/nvaccess/nvda/issues/7265