Run the attached program and click Apply button. The JavaFX window becomes black (black_window.png) with ArrayIndexOutOfBoundsException. On moving the cursor, the components are rendered back with artifacts (cursor_moved.png).
The black window and exception occurs on binding the slider valueProperty with Circle scaleX property. Same exception is observed if scaleY property is used for binding. This issue is not observed with other properties like translateXProperty.
The exception is reported inJDK-8312603. The black window issue is observed in M1 Mac in particular.
The black window and exception occurs on binding the slider valueProperty with Circle scaleX property. Same exception is observed if scaleY property is used for binding. This issue is not observed with other properties like translateXProperty.
The exception is reported in
- relates to
-
JDK-8312603 ArrayIndexOutOfBoundsException in Marlin when scaleX is 0
-
- Resolved
-