Integrated: 8291908: VirtualFlow creates unneeded empty cells
Johan Vos
jvos at openjdk.org
Tue Aug 16 12:31:45 UTC 2022
On Thu, 4 Aug 2022 14:30:40 GMT, Johan Vos <jvos at openjdk.org> wrote:
> When calculating the viewportOffset, we now already take into account that cells will have to shift.
>
> This prevents the creation of temporary empty cells in the layout phase.
> One test needed to be fixed, since the number of invocations to updateItem() was hardcoded (and it
> is decreased by this commit).
This pull request has now been integrated.
Changeset: eaddb0fb
Author: Johan Vos <jvos at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/eaddb0fbeeb99900636f9704758f6c004860ff9a
Stats: 40 lines in 3 files changed: 38 ins; 0 del; 2 mod
8291908: VirtualFlow creates unneeded empty cells
Reviewed-by: kcr, aghaisas
-------------
PR: https://git.openjdk.org/jfx/pull/863
More information about the openjfx-dev
mailing list