On Fri, 7 Jan 2022 20:00:27 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. This pull request has now been integrated. Changeset: c55931f6 Author: Jose Pereda <jper...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/c55931f662ccbb4cdbb602a31d3d61231ebf79ca Stats: 148 lines in 5 files changed: 141 ins; 0 del; 7 mod 8273339: IOOBE with ListChangeListener added to the selectedItems list of a TableView Reviewed-by: aghaisas ------------- PR: https://git.openjdk.java.net/jfx/pull/710