On Tue, 11 Feb 2025 22:22:59 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> ## Root Cause
>> 
>> Each time a `PaginationSkin.IndicatorButton` gets created it adds two 
>> listeners (to the control's `styleClass` property and to the skin's 
>> tooltipVisible property) via `ListenerHelper`.  This was not detected by the 
>> `SkinMemoryLeakTest` because all listeners got removed correctly upon skin 
>> change.
>> 
>> ## Solution
>> 
>> Add a single listener to the control's `styleClass` property at the skin 
>> level, and insert the call to the skin's `tooltipVisible` property both of 
>> which iterate over indicator button to do their thing.
>
> Andy Goryachev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   back to constructor

@arapte or @aghaisas could one of you be the second reviewer to unblock 
https://github.com/openjdk/jfx/pull/1698 please?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1705#issuecomment-2652219647

Reply via email to