RFR: 8185887: TableRowSkinBase fails to correctly virtualize cells in horizontal direction [v2]
Marius Hanl
mhanl at openjdk.org
Fri Nov 22 21:07:21 UTC 2024
On Fri, 22 Nov 2024 20:55:27 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> We will need to check that this doesn't impact accessibility, since there are some "interesting" cases where cells are requested and a layout pass is done even when they aren't visible.
Good point! Checking `getPrivateCell`, I wonder why we do not use the `accumCell` here, we rather add a cell into the sheet (although it is not visible) and return it. With the changes made in this PR, this cell will be cleaned up later. So worth checking!
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1644#issuecomment-2494798911
More information about the openjfx-dev
mailing list