[jawsscripts] Re: Which function announces the short keys?

  • From: Jonathan Cohn <jon.c.cohn@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Sat, 9 Feb 2019 16:49:45 -0500

Seem to be a few questions here, and I had a little trouble understanding your 
actual question.

First, are you developing a web site, or are you attempting to script a site 
you don’t have access too.

If you are a web developer you should look into ARIA but make sure you 
understand the principles of ARIA design. Progress Bars and the state of 
buttons will get announced as they change. Also, the text of live regions gets 
announced. 
You also mentioned FocusChangeEvent but I am not sure if you are calling this 
in a script or trying to manipulate the results. Generally, JAWS will not read 
changes in items that do not have focus. 

Take care!

Jonathan 

On Feb 9, 2019, at 4:36 PM, Csaba Godo <arpadhazi68.jawsul@xxxxxxxxx> wrote:

Hi everybody,

Could somebody tell me, which function announces on webpages the 
element's access key?  Or in general, how are announced the schortcut 
keys in case of desktop applications?

If I bybass a HTML element's announcement in FocusChangedEvent function, 
the access key is still announced if the element gets focus.

And a second question: how would be possible to refres the virtual o 
document JAWS uses to announce HTML pages. The scenario is the 
following. After loading a HTML page I make same changes in the selected 
(ie. the first) element of the page with the .innerHTML jscript method. 
This changes are displayed immediately on the screen but JAWS does not 
recognize ituntil I move the focus towards and back to the element. Then 
it announces correctly. But without moving focus away from changed 
element JAWS announces the original (ie. the wrong unchanged) text.

Thanks for any help!

Csaba
__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts


__________�

View the list's information and change your settings at 
http://www.freelists.org/list/jawsscripts

Other related posts: