RFR: 8293836: Rendering performance degradation at bottom of TableView with many rows
Johan Vos
jvos at openjdk.org
Wed Apr 19 12:21:51 UTC 2023
Only update the VirtualFlow parameters in case the size of a cell has changed.
The fixes for JDK-8298728 and JDK-8277785 introduced an unconditional recalculation in case the size of a cell is set. This recalculation is only needed in case the size of that specific cell has changed.
Fix for JDK-8293836
-------------
Commit messages:
- Only update the VirtualFlow parameters in case the size of a cell has changed.
Changes: https://git.openjdk.org/jfx/pull/1098/files
Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1098&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8293836
Stats: 14 lines in 1 file changed: 6 ins; 6 del; 2 mod
Patch: https://git.openjdk.org/jfx/pull/1098.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1098/head:pull/1098
PR: https://git.openjdk.org/jfx/pull/1098
More information about the openjfx-dev
mailing list