[Rev 01] RFR: 8193800: TreeTableView selection changes on sorting

Kevin Rushforth kcr at openjdk.java.net
Wed Jun 3 13:47:26 UTC 2020


On Wed, 3 Jun 2020 05:15:34 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> I have tested with a small TreeTableView of 15 rows of 3 levels and 3 columns.
> Would it be enough to test with TreeTableView of ~500 rows of 5 levels, 10 columns ?
> 
> Update: I am testing with 7 level of nested rows, with 10, 9, 7, 6, 5, 4, 3 number of children in each level
> respectively. The fix works fine till level 3. But can observe issue with level 4 and further. Shall debug this more
> and update.

OK, thanks. In addition to making sure that insertion, deletion, and sorting work, are you also checking that the
events being sent are as expected?

-------------

PR: https://git.openjdk.java.net/jfx/pull/244


More information about the openjfx-dev mailing list