Skip to main content

Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

jaws-screen-reader
1 vote
1 answer
3k views

JAWS is reading the form labels twice instead of single time

I faced some strange behavior with the JAWS reader where it was reading the question labels twice. In the below code, I added an aria-labelledby for the radio group which referenced the question id ...
Geek's user avatar
  • 139
0 votes
1 answer
926 views

Screen reader not reading headings with only 1 character

I am fairly new to working with accessibility and am encountering an issue with JAWS and Narrator screen readers wherein it couldn't read numbers/letters that consist of only 1 character. Below is a ...
wanderingF00l's user avatar
0 votes
1 answer
988 views

Screen Reader message for closing modal

We have a requirement where we are having hard time implementing. User closes modal via "X" or "Cancel" button. The screen reader should tell the user that pop-up is closed and ...
Prerit's user avatar
  • 1
0 votes
3 answers
916 views

JAWS screen reader scrolls the FireFox page up/down with arrow keys instead of navigating between elements

I'm using JAWS 2022 for a11y testing. Everything works fine on Chrome and worked fine for a while on FireFox, too, until recently. Suddenly I can't navigate between the elements using the arrow keys. ...
testaway's user avatar
  • 310
0 votes
2 answers
252 views

How to prevent JAWS from reading password when typing any key on keyboard?

Jaws is reading passwords. How can I prevent it from reading the password while I am at the password field? I started typing my password and it announces my password. Also, how can I prevent it from ...
Amit Maurya's user avatar
1 vote
0 answers
426 views

JAWS scrollable content issue

I'm working on building a accessible website in which we have a web page where upper half part of web page is taken by an image and lower half part of website is a scrollable region where we can ...
Alok Shukla's user avatar
0 votes
1 answer
698 views

Push JAWS to read updated title or text

I need to push JAWS screen reader to pronounce a new page title that gets updated in let's say 10 seconds. Unfortunately, the issue doesn't look that trivial. It looks like setting title dynamically ...
Haradzieniec's user avatar
  • 9,284
1 vote
0 answers
261 views

JAWS reading document title multiple times on Edge

JAWS is reading document title multiple times on Edge. On Chrome it's working fine. I added react-helmet node package in my project and JAWS is reading the title multiple times on Edge. eg. My Title ...
Vijay W's user avatar
  • 41
0 votes
0 answers
151 views

Jaws not able to read the aria-pressed="false". When I try to use down-arrow key

I have a button tag. <button type="button" aria-label="Toolbar bold text" title="Bold" aria-pressed="false"> When I try to use JAWS to read the Bold ...
Anudeep Acc's user avatar
0 votes
0 answers
323 views

JAWS screen reader is announcing both the name of the two buttons when navigating on second button

While navigating the "unsubscribe" button screen reader announcing both elements as view results and unsubscribe <div role="cell" > <...
jk naidu's user avatar
0 votes
1 answer
257 views

After Adding Aria Tag , Screen Reader not able to read

I have Added aria-label but still Screen Reader not able to read Warning for which is 1st div . focus goes on 1st div but not reading anything. How to tell screen reader to read warining icon ? <...
tech cool's user avatar
-2 votes
1 answer
26 views

How to identify from where it got trigger

I have two trigger point one is edit icon and other is add save button . on click on edit iocn and save button one model get open . model is same for both . I want to make back focus on click on (x) ...
tech cool's user avatar
1 vote
1 answer
153 views

JAWS reader reads a year different depending on how you navigate to it

I have a h3 element with a year in my HTML. < h3>2022< /h3> (but without the spaces) I am using the JAWS reader to read the page. If I use the arrow keys to navigate through the page JAWS ...
Nelleke Rietvink's user avatar
-1 votes
1 answer
559 views

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 ...
Dan Oliv's user avatar
0 votes
2 answers
586 views

How to prevent Tooltip content reading in JAWS reader

I am using Tooltip for multiple input elements and showing the Tooltip on input elements both hovering and clicking. I need to prevent the JAWS reader from reading the Tooltip content while hovering. ...
Indhumathy's user avatar

15 30 50 per page
1 2 3
4
5
33