On Fri, 14 Feb 2025 18:20:53 GMT, Andy Goryachev 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 d
On Fri, 14 Feb 2025 18:20:53 GMT, Andy Goryachev 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 d
> ## 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
On Thu, 13 Feb 2025 18:32:58 GMT, Kevin Rushforth wrote:
>> modules/javafx.graphics/src/main/java/javafx/scene/Node.java line 1442:
>>
>>> 1440: // of this node, since visibility affects
>>> bounds of the
>>> 1441: // parent node
>>> 1442: