RFR: 8087557: [Win] [Accessibility, Dialogs] Alert Dialog content is not fully read by Screen Reader [v3]
Ambarish Rapte
arapte at openjdk.org
Wed Aug 17 16:36:27 UTC 2022
On Wed, 17 Aug 2022 13:45:10 GMT, Kevin Rushforth <kcr at openjdk.org> 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 requested role description for DIALOG role.
> modules/javafx.graphics/src/main/java/javafx/scene/AccessibleRole.java line 836:
>
>> 834: * </ul>
>> 835: */
>> 836: DIALOG
>
> You need to add a `@since 20` tag.
Added the tag.
-------------
PR: https://git.openjdk.org/jfx/pull/873
More information about the openjfx-dev
mailing list