Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

JAWS (Job Access With Speech) is a computer screen reader program made by freedoms cientific for Microsoft Windows that allows blind and visually impaired users to read the screen either with a text-to-speech output.

According to May 2012 survey by WebAIM, JAWS is the most popular screen reader worldwide with 49.1% of survey participants using it as a primary screen reader.

Website: JAWS download page

478 questions
4
votes
2 answers

Need java applet to help test screen reader

My employer purchased a license of "JAWS" screen reader for us to test out for a potential new employee who is visually impaired. I've been testing it on all our internal applications (mostly web apps) and everything has worked fairly well, except…
Ben Brandt
  • 2,851
  • 5
  • 34
  • 45
4
votes
5 answers

How to make JAWS read a simple label?

It should be simple, but apparently no one knows: If I add a Label control to my Windows Forms based dialog, and I want this label to be read by JAWS, how would I achieve that? It works fine using the AccessibleDescription for other controls like…
floele
  • 3,668
  • 4
  • 35
  • 51
4
votes
2 answers

Is there a JAWS-friendly date picker for ASP.NET?

Does anyone know of an ASP.NET date picker control that works well with JAWS? Barring that, do you have any tips for making the existing ASP.NET date picker control easier to use for JAWS users?
Robert S.
  • 25,266
  • 14
  • 84
  • 116
4
votes
1 answer

how to make JAWS screen reader to read the title document to read separately letter by letter instead of sentence?

I am using the title element to update the document title and using JAWS reader to read the page. Facing issue with the way it is reading the title of the document. Below is my code to update the title attribute var _doctit = "MY…
Sasi Dhivya
  • 501
  • 2
  • 7
  • 25
4
votes
1 answer

Making JAWS announce aria-selected status

I have a page with tabbed navigation, and I need to make JAWS announce the tab statuses. For example: ________ Shop | Cart | Recent orders | Profile -------------------------------------- When the user moves through the above tabs, JAWS…
SOLO
  • 868
  • 9
  • 19
4
votes
2 answers

Generate a PDF from HTML with tags for accessibility

I want to generate a PDF from HTML that has tags for accessibility embedded in it. In other words I want to convert HTML to PDF so that it is JAWS-friendly. The standard options out there for generating PDFs from HTML do not embed accessibility…
glass duo
  • 404
  • 5
  • 16
4
votes
1 answer

JAWS not entering auto form mode on radio buttons

I have a form with 120 radio buttons, grouped in 30 fieldsets of each 4 radiobuttons. There is one submit
commonpike
  • 10,499
  • 4
  • 65
  • 58
4
votes
1 answer

How to make JAWS screen reader recognize and read content of cefsharp ChromiumWebBrowser control?

I have winforms application that contains cefsharp ChromiumWebBrowser component. I want JAWS to read it's content. Now JAWS only read title of main window. Is there any way to achieve this? I tried "force-renderer-accessibility" flag but it didn't…
Dmitry
  • 116
  • 1
  • 5
4
votes
1 answer

Does each screen reader have a preferred browser? (i.e. JAWS, Voiceover, NVDA etc)

I'm studying more on how to make my code more accessible but have recently stumbled upon Chase's accessibility statement making the comment that the JAWS screen reader tends to prefer Internet Explorer and NVDA works better with FireFox. Source:…
4
votes
1 answer

CSS content and screen readers (JAWs)

I am using CSS content to generate icons from a font set. The problem is that screen readers, most notably JAWs, are reading out the content also! So the following: and: .uxf-search::before { content:…
j00m
  • 491
  • 5
  • 20
4
votes
0 answers

Jaws reading hyperlink twice in IE 11

I'm trying to mark up some xhtml so that dropdown menus can be read by Jaws but I'm having trouble getting it to work in IE 11. The link texts are read out twice as I tab through them. It works fine in Firefox. I've simplified the xhtml as much…
JaneH
  • 51
  • 1
  • 2
4
votes
2 answers

How do you make the Loading icon accessible for screen-readers like JAWS?

So the HTML code is this:
Processing... please wait
Even though the ALT text is provided, upon changing the style to show…
KannarKK
  • 1,593
  • 20
  • 35
4
votes
1 answer

How to get JAWS to update its cache of aria-hidden values

I have a webapp where we dynamically toggle the aria-hidden attribute on certain elements in response to user input. This seems to work fine with VoiceOver but apparently fails miserably with JAWS. When I set the value to true and then back to…
Ralph Marshall
  • 213
  • 1
  • 8
4
votes
2 answers

Javascript keyevent and JAWS screen reader

I have an application that does something (eg alert) each time a spacebar is pressed. This works fine if I am not using JAWS screen reader. However, once I load JAWS screen reader, it does not execute alert when I press the spacebar. I need to use…
bdfios
  • 657
  • 6
  • 17
  • 29
4
votes
1 answer

aria-relevant when replacing entire table contents

I'm testing some of my accessibility implementations using JAWS and noticed that for one of my tables, the entire table gets read every time one row gets added, despite the use of aria-relevant=additions. The relevant markup is as follows:
rink.attendant.6
  • 44,500
  • 61
  • 101
  • 156
1 2
3
31 32