I attached simple one-file JavaFX application that demonstrates this issue. I've also attached sample println output that demonstrates what happens.
It reliably reproduces error after several minutes of running.
The SequentialTransition class usually runs all embedded Timelines, but sporadically it errors and doesn't properly run them.
It reliably reproduces error after several minutes of running.
The SequentialTransition class usually runs all embedded Timelines, but sporadically it errors and doesn't properly run them.
- duplicates
-
JDK-8109641 SequentialTransition occasionally skips transition in its content.
- Closed