Using window class in GWT, display the window with text and two buttons. ariarole set on the buttons. Jaws only reads the text of the pop up window after clicking a button on the pop up window. Any ideas why this is happening?
Announcement
Collapse
No announcement yet.
X
-
For some reason, "alert" seems to be working instead of "dialog". As per this link http://www.paciellogroup.com/blog/20...port-for-aria/,
Role Comments
---- -----------------------------------------------------------
alert - This role does not appear in either the virtual buffer or forms mode, but its contents are spoken by JAWS when an alert is made visible.
dialog - This role will be announced only when a child of the dialog gets focus, and will not appear in the virtual buffer.
We are using Jaws 13.
Comment
Comment