Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Making accessibilty work with both keyboard and JAWS
Making accessibilty work with both keyboard and JAWS [message #1405015] Wed, 06 August 2014 07:25
Eclipse UserFriend
Hi,

In our application we get a ResultsDialog once the process completes. User should be able to close the dialog with escape key which worked once we added following code

ResultsDialog.getShell().forceFocus();

but after adding this code JAWS accessibility is not working. Once the process completes and dialog appears blind user won't be able to know that the process has completed.

Is there any way by which I can make both keyboard and JAWS accessibility work with ResultsDialog?

Thanks,
Shikha

[Updated on: Wed, 06 August 2014 07:26] by Moderator

Previous Topic:Dynamic Web Service
Next Topic:Test source folders (Gradle specific?)
Goto Forum:
  


Current Time: Tue Jul 08 02:04:52 EDT 2025

Powered by FUDForum. Page generated in 0.14501 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top