On Fri, 27 Mar 2026 21:55:57 GMT, Philemon Hilscher <[email protected]> wrote:
> This fixes the issue adressed here https://bugs.openjdk.org/browse/JDK-8222454 > > The added TreeTableViewTests were failing without the main code changes. I > added the other tests to ensure the consistent functionality of related cell > based components. > The method getItemCount() needed to be moved to CellBehaviorBase to do the > necessary index check in doSelect() below. All subclasses now implement this > method based on the cell container. > > There is still some refactoring potential here, to reduce code duplications > and ensure consistent behavior of all cell based components. This could be > done in a follow-up PR. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jfx/pull/2129
