Questions tagged [nvda]

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

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

See http://www.nvda-project.org/

329 questions
0
votes
1 answer

how to set window title in a webpage

is there any possible way to set document window title.I've a webpage, in that webpage we are loading Iframe(which is from another project).By default it is taking current webpage title.how can I override the title with with current Iframe page…
MaheshG
  • 41
  • 9
0
votes
0 answers

Event fired on screenreader HTML table navigation?

Screen readers like Windows' Narrator have special behavior on s or role="grid" elements. They have keys for navigating to the next row or column, e.g. for Narrator, CapsLock+F3 to go right to the next cell in the row, CapsLock+F4 to go down…
Rob Lourens
  • 15,081
  • 5
  • 76
  • 91
0
votes
1 answer

JAWS Screen Reader and link to same page

I'm not even sure that JAWS can do this task but I thought I would ask anyways. I have a link on an HTML page that points to a footnote at the bottom of the page. My page looks like this: some HTML...
Joshy
  • 657
  • 8
  • 20
0
votes
1 answer

How to upload a patch file for nvda by bazaar

I found these errors, when I try to commit a file to nvda main through bazaar. bzr: ERROR: Cannot lock LockDir(chroot-2373194732:///nvda/main/.bzr/branch/lock): Transport operation not possible: readonly transport bzr: ERROR: No tracker…
-1
votes
1 answer

Can't use arrow keys to navigate in a tab group ONLY when NVDA is launched. Any solutions for this?

The arrow keys navigation works fine when NVDA is off, but as soon as I open NVDA in the background I can't use it to navigate in tab groups. Did you ever experience this and do you have any suggestions on how to resolve it? Thank you. The role is…
Yashi Arya
  • 11
  • 1
-1
votes
1 answer

HTML table inside bootstrap accordion looses header relation

In my angular project, I am having a common table component in it. I have used semantic html table for that table. Issue is that NVDA can announce the table headers in another place, but not inside a bootstrap accordion. Here is my html code for…
chanchal
  • 1
  • 1
-1
votes
1 answer

How can screen readers like NVDA automatically read an element that goes from display: none to block? Aria-live not working well

I have a complex multi-column form that the NVDA screen reader reads perfectly well after the page loads, including aria-labels, fields, order of elements, etc. In this working scenario, the form is fully visible when the page loads. However, I need…
-1
votes
2 answers

How to enable Screenreader "Browse Mode" in a custom Application?

Screen readers like NVDA implement two modes of operation: Browse Mode and Focus Mode. Browse Mode is for reading a website/document/application. The screen reader will read all visible contents. To interact with the website/document/application,…
Jonas Sourlier
  • 13,684
  • 16
  • 77
  • 148
-1
votes
2 answers

Screen reader(NVDA) is not reading pre-selected value and expanded/collapsed state of mat-select

NVDA is not reading collapse/expanded state of mat-select also it is not reading pre-selected value
Akash KJ
  • 1
  • 1
-1
votes
1 answer

Screen Reader stops at every paragraph/header

I’m extremely new to coding (as in- learning it on the job). I’m creating an HTML document to be read by a screen reader. I’m currently using NVDA to test-read but do not know what the client will be using. My code is all HTML, no CSS, with basic…
-1
votes
1 answer

Internet Explorer 11 Screen Reader Accessibility Issues

The website i am currently building is nearly fully screen reader accessible however on one of my
's while using Internet Explorer 11 the screen reader "NVDA" reads "Grouped" rather then the content. The div has a tabindex of 0 and even an aria…
-1
votes
1 answer

Automate existing web browser session

How can I programmatically interact with an existing web page in a web browser launched in a standard way? For example I navigate to a specific page and want to be able to run a Python script that fills some edits or clicks some elements. This…
comodoro
  • 1,489
  • 1
  • 19
  • 30
-1
votes
2 answers

How to add tabindex=0 to all the inner elements

I want to add tabindex to all the elements(except parent that wraps) it that has text, so that I can tab through them and read using screen reader.
abc
Archana
  • 253
  • 7
  • 25
-1
votes
1 answer

Accessibility tool JAWS vs NVDA for flex air application

I have a flex AIR application and trying to add accessibility to it. I tried to use JAWS demo version doesn't seem to work well at all. It doesn't detect the names of my text input all the time and all the buttons, I need to click on it in order…
1 2 3
21
22