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 This pull request has now been integrated. Changeset: d1f5ea81 Author: Andy Goryachev <ango...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/d1f5ea81f8cc1e11889da73d343e72270a5559a4 Stats: 18 lines in 2 files changed: 2 ins; 5 del; 11 mod 8349098: TabPane: exception initializing in a background thread Reviewed-by: arapte, kcr ------------- PR: https://git.openjdk.org/jfx/pull/1699