On Tue, 5 Sep 2023 23:36:25 GMT, Jose Pereda <jper...@openjdk.org> wrote:
> Almost clean backport of 8298728: Cells in VirtualFlow jump after resizing > Reviewed-by: aghaisas, angorya > > There was a small conflict in VirtualFlowTest::CellStub, due to JDK-8297414: > > > - setSkin(new SkinStub<CellStub>(this)); > + setSkin(new SkinStub<>(this)); This pull request has now been integrated. Changeset: acf8acc8 Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.org/jfx17u/commit/acf8acc88dbf2d2c11d0321fe345b4bc8e180841 Stats: 130 lines in 4 files changed: 111 ins; 2 del; 17 mod 8298728: Cells in VirtualFlow jump after resizing Reviewed-by: jvos Backport-of: ca29cc6122010e4b94778cc658efd4fdddc8af67 ------------- PR: https://git.openjdk.org/jfx17u/pull/154