On Fri, 14 Feb 2025 18:20:53 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
>> ## Root Cause >> >> Animation was started in the background thread, causing concurrent access. >> >> ## Solution >> >> Disable animation if not the fx app thread. > > Andy Goryachev has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains 27 commits: > > - revert > - Merge remote-tracking branch 'origin/master' into > 8349255.thread.safe.titled.pane > - the fix > - Merge branch 'master' into 8349255.thread.safe.titled.pane > - Merge branch 'master' into 8349255.thread.safe.titled.pane > - get parent > - Merge branch '8348423.node.thread.safety' into 8347392.thread.safe.utils > - review comments > - Merge remote-tracking branch 'origin/master' into > 8348423.node.thread.safety > - Merge branch '8348423.node.thread.safety' into 8347392.thread.safe.utils > - ... and 17 more: https://git.openjdk.org/jfx/compare/d1f5ea81...2c9740e9 Looks good. The fix is similar to #1698 and #1699. ------------- Marked as reviewed by kcr (Lead). PR Review: https://git.openjdk.org/jfx/pull/1707#pullrequestreview-2618553722