Integrated: 8087557: [Win] [Accessibility, Dialogs] Alert Dialog content is not fully read by Screen Reader

Ambarish Rapte arapte at openjdk.org
Mon Aug 22 23:36:36 UTC 2022


On Wed, 17 Aug 2022 08:26:48 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> Accessibility is not implemented for JavaFX dialogs. This change is to implement the accessibility on windows platform.
> Without this fix : On Windows platform, content of Dialog are not read by Windows Narrator or JAWS.
> With this fix:
> 1. Windows narrator reads the dialog correctly
> 2. JAWS fails to read the header text. : This will be handled separately 
> 3. Behavior of VoiceOver on MacOS remains unchanged : This will be handled separately.
> 
> Verification:
> 1. Run HelloAlert toy app, with fix.
> 2. Start Windows Narrator
> 3. Click on the different buttons to show different Dialogs
> => Observe that Narrator reads all the content correctly.

This pull request has now been integrated.

Changeset: b9515031
Author:    Ambarish Rapte <arapte at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/b951503134bdbc607cfa7a5ff05937f70a1a13dd
Stats:     39 lines in 6 files changed: 37 ins; 1 del; 1 mod

8087557: [Win] [Accessibility, Dialogs] Alert Dialog content is not fully read by Screen Reader

Reviewed-by: kcr, aghaisas

-------------

PR: https://git.openjdk.org/jfx/pull/873


More information about the openjfx-dev mailing list