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

2022-08-18 Thread Ajit Ghaisas
On Wed, 17 Aug 2022 16:36:24 GMT, Ambarish Rapte 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

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

2022-08-17 Thread Kevin Rushforth
On Wed, 17 Aug 2022 16:36:24 GMT, Ambarish Rapte 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

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

2022-08-17 Thread Ambarish Rapte
On Wed, 17 Aug 2022 13:45:10 GMT, Kevin Rushforth wrote: > I get the following exception on macOS with VoiceOver when opening any dialog: It is fixed in next [commit](https://github.com/openjdk/jfx/pull/873/commits/39d1896751fe6709469ff79380ad15e7493f4879) It was caused when VoiceOver reques

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

2022-08-17 Thread Ambarish Rapte
> 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