Re: RFR: 8193800: TreeTableView selection changes on sorting [v6]

2020-06-26 Thread Ambarish Rapte
On Thu, 25 Jun 2020 22:45:17 GMT, Kevin Rushforth wrote: >> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comment corrections, adding new tests > > modules/javafx.controls/src/test/java/test/javafx/scene/control/T

Re: RFR: 8193800: TreeTableView selection changes on sorting [v6]

2020-06-26 Thread Jeanette Winzenburg
On Thu, 25 Jun 2020 22:48:07 GMT, Kevin Rushforth wrote: > > > The changes to the fix itself look fine. I have a question and minor comment > on the test changes. > > As for the questions raised by @kleopatra as long as you plan to address them > in the follow-up issue(s), that seems > fine,

Re: RFR: 8193800: TreeTableView selection changes on sorting [v6]

2020-06-26 Thread Ambarish Rapte
On Thu, 25 Jun 2020 22:44:18 GMT, Kevin Rushforth wrote: >> Ambarish Rapte has updated the pull request incrementally with one >> additional commit since the last revision: >> >> review comment corrections, adding new tests > > modules/javafx.controls/src/test/java/test/javafx/scene/control/T

Re: RFR: 8193800: TreeTableView selection changes on sorting [v6]

2020-06-25 Thread Kevin Rushforth
On Wed, 24 Jun 2020 11:02:53 GMT, Ambarish Rapte wrote: >> Issue: >> In TreeTableView, in case of Multiple selection mode, if nested items are >> selected, then TreeTableView does not >> retain/update the selection correctly when the tree items are >> permuted(either by `sort()` or by reorderin

Re: RFR: 8193800: TreeTableView selection changes on sorting [v6]

2020-06-24 Thread Ambarish Rapte
> Issue: > In TreeTableView, in case of Multiple selection mode, if nested items are > selected, then TreeTableView does not > retain/update the selection correctly when the tree items are permuted(either > by `sort()` or by reordering using > `setAll()`). Cause: > > 1. For permutation, the cur