On Thu, 6 Feb 2025 23:20:30 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

> ## Root Cause
> Animation gets started in a background thread, which causes the animation 
> handler to run in the FX application thread, thus creating simultaneous 
> access to the control's fields (list of children in this case).
> 
> ## Solution
> Skip the animation.
> 
> The fix is similar to https://github.com/openjdk/jfx/pull/1698

Reviewer: @arapte

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1699#issuecomment-2643524697

Reply via email to