On Fri, 22 Nov 2024 20:55:27 GMT, Kevin Rushforth <k...@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

Reply via email to