Skip to main content

Questions tagged [nvda]

NonVisual Desktop Access (NVDA) is a free and open source screen reader for the Microsoft Windows operating system.

0 votes
0 answers
25 views

Search box input is not getting focused on shift tab

In dialog box, there is one input search box and one close button. On tab click both elements are focusable and readable by NVDA but shift+tab not allowing me to focus inside an search box but instead ...
prachi vandre's user avatar
0 votes
0 answers
30 views

NVDA overrides eventListeners on arrow keys 38 and 40 with its own behavior for that

The "handleAccordionKeyDown" function enables arrow key navigation in an accordion. If the first accordion element, a link, is focused with the tab key, arrow key navigation is activated. ...
gbecker's user avatar
  • 11
0 votes
1 answer
71 views

Aria-describedby does not work when [matTooltip] is used on anything but a <button>?

When [matTooltip] is used on a button, the matTooltip works as expected: the tooltip text is read by the screen reader after reading the button's text. However, when used on a <span> the tooltip ...
Kay's user avatar
  • 95
1 vote
1 answer
49 views

To address the issue of the microphone picking up both the user's voice and the NVDA (Nonvisual Desktop Access) voice output while recording

I have implemented a voice-to-text feature in my application, and I am utilizing the connected earphone microphone for voice input using navigator.mediaDevices.getUserMedia({audio: true}) API. The ...
Moni's user avatar
  • 21
0 votes
2 answers
72 views

In NVDA, Button receives focus upon pressing Enter/space in the inner icon when aria-label/aria-labelled is used

Steps to Reproduce the Issue: Open the link: https://nvda-test.w3spaces.com/button-accessibility-label.html Two buttons: This page contains two buttons, each with a focusable icon inside. ARIA ...
praneash _gp's user avatar
0 votes
0 answers
10 views

Extract HTML from current focused object in NVDA script

The title pretty much says it all. I want to write an NVDA script that extracts the HTML of the current focused object. Say I have the following script in my scratchpad directory (ie. %APPDATA%\nvda\...
Dincio's user avatar
  • 1,042
2 votes
1 answer
152 views

How can I have text inside span and p tags to be read by NVDA screen reader

I am working on a page using react. My page has an input box, button, span and p elements. I am checking Ally with NVDA screen reader and hitting Tab key. I have a scenario where the focus has to move ...
Navya private's user avatar
0 votes
0 answers
6 views

P-table sorticon wont read while using NVDA tool

While using NVDA tool, when we click on sort icon it would change the ascending and descending value. But it wont read out the STATE of that. Like sorted ascending, sorted descending. I want it to say ...
Peterson 's user avatar
0 votes
0 answers
31 views

NVDA Screen Reader Only reads Title Window in wpf Applicaton and not the whole page

I have created a sample application in wpf(.NET 5.0) which has textblocks.I want my nvda screen reader to readout the text elements as soon as I open my application.I have also set the Automation ...
Abhiroop Saha's user avatar
0 votes
0 answers
37 views

How do you get a button read by screen readers like NVDA

I've been really stuck on making this work, I have set up Automation helptext with data and automation name but NVDA is still not reading a button. I've been looking at examples and some questions ...
carlplusplus's user avatar
0 votes
0 answers
49 views

leave cdkTrapFocus - go into other region of page (NVDA Screenreader)

I have a simple 3 column view with multiple elements in each column: paint example Goal is to tab through the left side in a loop (1st -> 2nd -> 3rd -> 1st), then pressing a predefined button ...
user23412988's user avatar
2 votes
2 answers
90 views

NVDA doesn't read buttons in Firefox using Vuetify

I'm having a serious problem with a customer using NVDA as his screen reader with my application. I preface this with the tests I've done using NVDA + my site: Chrome: my site works perfectly, but ...
Luca Tacchino's user avatar
0 votes
0 answers
27 views

Fetching Line number and column number from NVDA plugin

Need help to retrieve current line number and character column from editor based on the cursor position in my NVDA plugin code. Tried using textInfos obj but unable to find the information. Thanks in ...
user23310444's user avatar
0 votes
0 answers
22 views

CheckBoxFor does not work for Enter and Space keys when NVDA is on

I have the following issue in my application. To improve accessibility we are using NVDA. When NVDA turned on razor checkbox does not recognize that it's checked when we use Enter or Space bar. ...
SUSITHA's user avatar
0 votes
2 answers
197 views

Screen reader is not reading out div text

I have chat application written in react. So when user receives a message from chatbot the screen reader should automatically read out the message when component is rendered and only if the message is ...
Foxyfox's user avatar

15 30 50 per page
1
2 3 4 5
24