On Wed, 17 Aug 2022 13:45:10 GMT, Kevin Rushforth <k...@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

Reply via email to