-
Bug
-
Resolution: Unresolved
-
P4
-
jfx23
-
None
-
macOS 14.7.1
-
os_x
Observed in macOS 14.7.1
To reproduce:
- enable VoiceOver
- run the attached program
- press 'option' key to focus on the menu
An exception is thrown:
Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1
at javafx.graphics/com.sun.glass.ui.mac.MacAccessible.accessibilityArrayAttributeValues(MacAccessible.java:1135)
This might be related to JDK-8235989
To reproduce:
- enable VoiceOver
- run the attached program
- press 'option' key to focus on the menu
An exception is thrown:
Exception in thread "JavaFX Application Thread" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1
at javafx.graphics/com.sun.glass.ui.mac.MacAccessible.accessibilityArrayAttributeValues(MacAccessible.java:1135)
This might be related to JDK-8235989
- relates to
-
JDK-8235989 StringIndexOutOfBoundsException in MacAccessible.java:1823
- Open