[jfx17u] RFR: 8298728: Cells in VirtualFlow jump after resizing
Jose Pereda
jpereda at openjdk.org
Tue Sep 5 23:41:57 UTC 2023
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));
-------------
Commit messages:
- 8298728: Cells in VirtualFlow jump after resizing
Changes: https://git.openjdk.org/jfx17u/pull/154/files
Webrev: https://webrevs.openjdk.org/?repo=jfx17u&pr=154&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8298728
Stats: 130 lines in 4 files changed: 111 ins; 2 del; 17 mod
Patch: https://git.openjdk.org/jfx17u/pull/154.diff
Fetch: git fetch https://git.openjdk.org/jfx17u.git pull/154/head:pull/154
PR: https://git.openjdk.org/jfx17u/pull/154
More information about the openjfx-dev
mailing list