RFR: 8273336: Clicking a selected cell from a group of selected cells in a TableView clears the selected items list but remains selected
Ajit Ghaisas
aghaisas at openjdk.java.net
Thu Feb 3 10:55:13 UTC 2022
On Fri, 7 Jan 2022 19:36:45 GMT, Jose Pereda <jpereda at 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 looks good to me.
@mstr2, I see that you have some made some suggestions on JBS. It would be great if you can review this PR.
-------------
PR: https://git.openjdk.java.net/jfx/pull/709
More information about the openjfx-dev
mailing list