On Fri, 14 Jan 2022 20:18:57 GMT, Jose Pereda <jper...@openjdk.org> wrote:
>> This PR converts the change's `from` field from a list of tablePositions >> into a list of selected indices of rows. >> >> It includes two tests for TableView and one for TreeTableView (the second >> test wasn't included due to an >> [issue|https://bugs.openjdk.java.net/browse/JDK-8232825] with key >> navigation), that pass with this PR and fail without it. > > Jose Pereda has updated the pull request incrementally with one additional > commit since the last revision: > > Apply change only when cell selection is enabled After #709 was integrated, there were merge conflicts. So I needed to merge from master to fix them. ------------- PR: https://git.openjdk.java.net/jfx/pull/710