Re: RFR: 8273339: IOOBE with ListChangeListener added to the selectedItems list of a TableView [v2]

2022-02-10 Thread Jose Pereda
On Fri, 14 Jan 2022 20:18:57 GMT, Jose Pereda 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 >>

Re: RFR: 8273339: IOOBE with ListChangeListener added to the selectedItems list of a TableView [v2]

2022-01-14 Thread Jose Pereda
> 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