Re: RFR: 8266539: [TreeView]: Change.getRemoved() contains null item when deselecting a TreeItem

2021-05-17 Thread Ambarish Rapte
On Mon, 10 May 2021 17:26:52 GMT, Michael Strauß wrote: > This PR contains a fix that was de-scoped from #480 and solves an issue where > an incorrect index is used in > `MultipleSelectionModelBase.SelectedIndicesList.clear(int)`. Looks good to me. - Marked as reviewed by arapte

RFR: 8266539: [TreeView]: Change.getRemoved() contains null item when deselecting a TreeItem

2021-05-10 Thread Michael Strauß
This PR contains a fix that was de-scoped from #480 and solves an issue where an incorrect index is used in `MultipleSelectionModelBase.SelectedIndicesList.clear(int)`. - Commit messages: - Fixed incorrect index - Failing test Changes: https://git.openjdk.java.net/jfx/pull/492/fi