Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
564 views

WAI-ARIA, IE7, and JAWS

One of the projects I am currently working on has customer requirements for IE7 and 508 compliance. This customer currently uses JAWS version 9 and is making requests which I am told are impossible ...
5
votes
1answer
133 views

Using wordnet (or some simple dictionary) to check if a noun is countable or uncountable from Java program

I found 2 libraries in Java – JWNL and JAWS. So far, it seems to me that these APIs are good for finding synsets and hyponyms and similar things. Do you know if there is some tool to use wordnet to ...
4
votes
1answer
148 views

C# : How to detect if screen reader is running?

How to detect if screen reader is running (JAWS)? As I understand in .NET 4 we can use AutomationInteropProvider.ClientsAreListening from System.Windows.Automation.Provider namespace, but what if I ...
4
votes
1answer
881 views

Accessibility with screen readers (ex. Jaws)

A colleague of mine came to me with a problem on one of his projects. Unable to help him, due to my lack of experience with screen readers and the technology, I turn to you, the proud and mighty mass ...
3
votes
2answers
371 views

Flex Accessiblity - Tab Focus goes out of flex app

In an accessible flex app, the user can navigate through the control by using the TAB key. The flex app pops up on top of the html page aftert the user activate a particular link, and is loaded using ...
3
votes
2answers
245 views

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?
2
votes
1answer
41 views

JAWS, Accessibility and VB6

I am just beginning to learn about accessbility specifically in relation to JAWS - so newbie alert! I am looking to modify an old vb6 app which has a form with a 3 column flexgrid. There is a custom ...
2
votes
1answer
84 views

why Jaws does not read all the content in text area

I was wondering if there is a limit to how much Jaws (screen reader) can read in a text area in Flash. my text area contains about 15 lines, and always it stops reading at a certain point. in one test ...
2
votes
2answers
819 views

Wordnet Similarity in Java: JAWS, JWNL or Java WN::Similarity?

I need to use Wordnet in a java-based app. I want to: search synsets find similarity/relatedness between synsets My app uses RDF graphs and I know there are SPARQL endpoints with Wordnet, but I ...
2
votes
2answers
160 views

Have JAWS ignore an html element

Hey now. I am currently attempting to make my application be more user friendly to those with difficulty seeing. As one would expect, I am using JAWS to test my application. Most of the issues I ...
1
vote
1answer
77 views

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 ...
1
vote
1answer
184 views

aria-live and JAWS

I'm trying to get an aria-live region to work correctly with JAWS 11 and IE8. Using the code below, I can get JAWS to announce the new value when the button is clicked, but the behaviour is not what ...
1
vote
1answer
151 views

JavaScript and JAWS - and SCORM?

I'm currently enhancing a user interface to check off various accessibility points, and then I read somewhere in a spec deep down in the fine print that what I'm doing must be JAWS compatible. ...
1
vote
1answer
597 views

SPAN tag ignored by JAWS screen Reader

So I was able to get my page working just fine with the NDVA screen reader, however, when testing in JAWS, it tabs to the span, but doesn't read the text. <span tabindex="0" ...
1
vote
1answer
293 views

Using Flash comboboxes with Jaws

I'm working on a project for a government agency which requires 508 compliance. Our product is written for Flash 10 in ActionScript 3 using Flash CS4. We are doing this 100% programatically. We have ...
1
vote
2answers
374 views

Is it possible to force a buffer refresh in JAWS 9 or 10?

Is there some way, through either JAWS scripting or HTML, to force JAWS to refresh its virtual screen buffer (normally Ins + Esc)? I'm working on an AJAX-heavy web application that requires JAWS ...
1
vote
1answer
188 views

What are the ARIA attributes supported by JAWS 11

I would like you to know precisely exactly which one of the ARIA attributes I can use as the users I am targeting will be using the JAWS screen reader. So far I failed to find technical documentation ...
0
votes
0answers
18 views

How to get Jaws to read aria-describedby attribute

Sorry to bug you guys. So the problem is as mentioned in the title and here is what I have as my HTML code. <li> <a id="blog-setup" ...
0
votes
1answer
41 views

Aria-selected attribute for row selection in a grid

aria-selected attribute is used to indicate that a row in a grid is selected, When I use the jaws keys to navigate to selected row in the grid, its not being read as selected. Any clue/suggestion to ...
0
votes
0answers
38 views

To set screen reader to read a particular title in c#

I am developing an addon for IE in c#. While my addon is performing its function i don want anyone to read/navigate the page. Since its aimed at the visually handicapped I would like to set a ...
0
votes
0answers
47 views

JAWS v.12 reads text present in span tag two times

Any idea why the text written in span or p tags are readout twice by JAWS v.12(with IE8) when this tag gets focus? Following is the HTML code rendered that is readout twice by JAWS: <span ...
0
votes
1answer
205 views

Conflicts between JAWS table navigation short keys and custom implemented navigation keys(i.e. arrow keys)

Conflicts between JAWS table navigation short keys and custom implemented navigation keys(i.e. arrow keys) I am trying to make an HTML table accessible using keyboard as well as readable using JAWS ...
0
votes
2answers
67 views

java webstart deployment toolkit detection fails

I just tried the JAWS deployment toolkit as desribed here: http://blogs.oracle.com/thejavatutorials/entry/deployment_toolkit_101 I want to use it to launch an application (not an applet). But the JRE ...
0
votes
1answer
115 views

Flex custom component first item not read by JAWS

Flex application is being made accessibility compliant. When a custom component is made visible based on some condition, the first item (either text or formitem or textarea) inside the component is ...
0
votes
1answer
79 views

Does jaws support the aria attribute aria-owns?

I have a page which I am supposed to make accessible without too many changes. One combo box in the page is coded so that on clicking upon an input box, the contents of a div are copied into an ...
0
votes
0answers
51 views

Problem with DatePicker control and JAWS

In an accessible application I am developing, I use the DatePicker control in Visual Studio 2008. The problem is when I go to the control and try to change the values with the up and arrow keys, JAWS ...
0
votes
0answers
79 views

JAWS - Read Error message

I want to read the error text using JAW's when error is dynamically loaded. I am using struts that will redirects to same page when the error is occured. when the error page is coming, the jaws is not ...
0
votes
1answer
149 views

Flex Accessiblity - Reading out a label/text

I need to make a small app accessible to screen reader. I'm managing to make buttons accessible, but I would also like to have a section of text accessible by screen readers so that users can hear ...
0
votes
1answer
54 views

Any work around for this issue — when going back and forth between pages in Firefox the focus is lost at different points

I have a page that is rendered through xulrunner service. There is a form and a button under the form. For accessibility requirement, I forced the focus on the text field within the form when the ...
0
votes
1answer
216 views

Reading Disabled JButtons with JAWS

I have a requirement that disabled JButton be read by JAWS version 9. i.e. if I have a JButton with the text "True", it ought to be read something like "True, disabled button". But when I use ...
0
votes
1answer
182 views

Forcing JAWS to read FLEX content “on-demand”

I'm trying to make an existing FLEX application section-508-compliant, by getting it to work smoothly with the JAWS screen reader. It kinda sorta works, but one immediate problem is that when you ...
0
votes
1answer
427 views

Does Jaws (and other screen readers) read from the input value attribute or the text on screen?

If I have a form that updates via AJAX, there is a chance that the original value field (as it was output to the browser) will not match the text that the form field now has inside. I know from a ...
0
votes
4answers
1k views

JavaScript and Jaws Screenreader

I'm embarking on a project where accessibility to WCAG 2.0 and the ability to use the web application in the JAWS screenreader are key requirements. I'm looking for insights as to how JAWS treats ...
0
votes
1answer
1k views

Why are hidden form elements still read by JAWS?

The Situation I have an area of the screen that can be shown and hidden via JavaScript (something like "show/hide advanced search options"). Inside this area there are form elements (select, ...