Integrated: 8349098: TabPane: exception initializing in a background thread
Andy Goryachev
angorya at openjdk.org
Fri Feb 14 17:49:17 UTC 2025
On Thu, 6 Feb 2025 23:20:30 GMT, Andy Goryachev <angorya at 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 <angorya at 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
More information about the openjfx-dev
mailing list