On Tue, 11 Feb 2025 21:16:32 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> ## Root Cause > > An event handler was installed on the root property without removing it when > the root changes. > > ## Solution > > Replaced the weak parts with a change listener to the root property to ensure > correct handling of the root value changes. Looks good to me too, but a test would be nice as well ------------- PR Comment: https://git.openjdk.org/jfx/pull/1706#issuecomment-2664031836