Skip to main content

Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

jaws-screen-reader
0 votes
1 answer
746 views

Keyboard navigation in custom drop down without using javascript

I have an angular app in which there is a component that has div style as button and clicking it open or close another list of div. I need to make this app accessible. I can handle enter with angular (...
goku's user avatar
  • 1
0 votes
0 answers
58 views

JAWS repeating description when pressing keys to type

I'm trying to fix an issue with JAWS 2023, when I hit some key in these textboxes it announces like this: if I type "P" on the textbox, it's announced as "P username P" or "P ...
Myst's user avatar
  • 17
1 vote
1 answer
1k views

Using aria-describedby and a screenreader-only element, not read out by some screenreaders

I am attempting to give screenreader users some additional information about a list of links and what they represent. Rather than putting an aria-label on a <ul>, which I understand is ...
user1486133's user avatar
  • 1,409
1 vote
1 answer
171 views

How to make screen reader announce text when app is not active?

I have an app that is running in the background not focused. The user might be using some other applications, and based on certain events in my app, I want the screen reader to announce the text based ...
Gurushant's user avatar
  • 942
0 votes
1 answer
461 views

JAWS screen reader breaking keyboard navigation in select list

We are using a component that creates a drop down select that ends up looking like this. With the JAWS software closed keyboard navigation works perfectly well to move between the items in the search ...
Kenji776's user avatar
  • 121
1 vote
0 answers
33 views

Keyboard selection doesn't generate range object

I am currently trying to create an annotation tool that is also usable for blind users with a screen reader like JAWS. My tool is web-based so I can manipulate the DOM with JavaScript. The user is ...
Alex's user avatar
  • 59
1 vote
0 answers
113 views

NVDA and JAWS screen reader is announcing unwanted text when readmore button is activated

NVDA-FF and JAWS-Chrome>, when read more element is activated while traversing through tab navigation then screen reader announces the unnecessary information along with the updated content. When ...
Dhulipati Sree Mallika Bhargav's user avatar
1 vote
0 answers
63 views

Jaws Chrome - on tab focus on button announcing lot other information

When we do tab focus on edit button, it is announcing lot other information including job title, description and aria-label of others button that are check and cross and other issue when we focus on &...
Faizan Khan's user avatar
1 vote
0 answers
334 views

In JAWS while closing the accordion jaws focus is going to next item

JAWS and chrome> while collapsing the element, the focus is being shifted to the next element instead of having it on the same element. Steps to reproduce the issue: tab to first element and ...
Syed Salikh Ikram's user avatar
0 votes
2 answers
1k views

How to make a div element navigable by arrow keys when using JAWS

I would like to make a div element navigable by arrow keys when JAWS is running. The div should not be navigable using the TAB key; so using tabindex is not applicable. Here is an example snippet of ...
aikind's user avatar
  • 127
0 votes
2 answers
3k views

My screen reader is not reading content inside the div tag with role button

<div role="button" aria-label="Open" tabindex="0"> <span title="open file">go to file</span> </div> My screen reader is reading ...
SONU SHARMA's user avatar
1 vote
1 answer
581 views

How to make JAWS not read an anchor tag as link but as button

I have a requirement where I have an anchor tag in my HTML page. <a aria-label="Back Button" class="secondary-button btn-font" title="Back" ngClass="btn-font"...
Raj's user avatar
  • 85
0 votes
1 answer
796 views

Screen reader not reading the text based on radio button changes

I have two different captions (say Caption A and Caption B) for a single table that display based on the selection of the radio buttons. My screen reader is reading the default caption 'Caption A', ...
Geek's user avatar
  • 139
1 vote
1 answer
596 views

How to read data in highcharts using screenreaders (NVDA)

I am using NVDA to check the accessibility of highcharts and the screen reader does not read the contents inside the highcharts. I cannot use the tab or arrow keys to go to the next value and read the ...
Vinu Philip's user avatar
0 votes
2 answers
315 views

Accessibility and complex HTML forms: How to use headings between form controls?

A client needs to create quite a complex form. We use <fieldset>/<legend> to group certain elements together. But it's not enough - even if we nest them. Think about the following: <...
Joshua Muheim's user avatar

15 30 50 per page
1 2
3
4 5
33