Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:25
Shikha Aggarwal is currently offline Shikha AggarwalFriend
Messages: 2
Registered: November 2013
Junior Member
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 11:26]

Report message to a moderator

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


Current Time: Thu Apr 25 08:18:37 GMT 2024

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

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

Back to the top