RFR: 8293836: Rendering performance degradation at bottom of TableView with many rows
Kevin Rushforth
kcr at openjdk.org
Mon Apr 24 15:18:49 UTC 2023
On Wed, 19 Apr 2023 12:14:45 GMT, Johan Vos <jvos at openjdk.org> wrote:
> 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
@andy-goryachev-oracle can you review this?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1098#issuecomment-1520373369
More information about the openjfx-dev
mailing list