[jfx20] Integrated: 8301797: Pagination control has the wrong size

Andy Goryachev angorya at openjdk.org
Mon Feb 6 16:19:00 UTC 2023


On Fri, 3 Feb 2023 20:15:46 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Fixed regression introduced by JDK-8295754, targeting upstream **jfx20 branch**.
> 
> The method PaginationSkin.resetIndexes(true) has been moved to the original position in the constructor, fixing the initialization, while making sure no properties of the control are touched in the constructor (only in install()).
> 
> Added a test case.
> 
> Tested with the PaginationDisappear.java and the LeakTest app
> https://github.com/andy-goryachev-oracle/Test/blob/main/src/goryachev/apps/LeakTestApp.java

This pull request has now been integrated.

Changeset: 192ba4fc
Author:    Andy Goryachev <angorya at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/192ba4fc71b585d9ff5a81c75499187944f548dc
Stats:     25 lines in 2 files changed: 22 ins; 1 del; 2 mod

8301797: Pagination control has the wrong size

Reviewed-by: kcr, aghaisas

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

PR: https://git.openjdk.org/jfx/pull/1021


More information about the openjfx-dev mailing list