On Fri, 7 Jan 2022 19:36:45 GMT, Jose Pereda <jper...@openjdk.org> wrote:
> This PR adds a predicate to TableView and TreeTableView selection models > order to remove rows from the selection only when there are no selected cells > in that given row, when cell selection is enabled. > > Two tests have been added as well, that fail without this PR and pass with it. This pull request has now been integrated. Changeset: 590033f4 Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/590033f4cb2b5bbe02261a845c554dd08c7866ff Stats: 116 lines in 5 files changed: 111 ins; 0 del; 5 mod 8273336: Clicking a selected cell from a group of selected cells in a TableView clears the selected items list but remains selected Reviewed-by: mstrauss, aghaisas ------------- PR: https://git.openjdk.java.net/jfx/pull/709