RFR: 8292353: TableRow vs. TreeTableRow: inconsistent visuals in cell selection mode [v10]

Kevin Rushforth kcr at openjdk.org
Sat Aug 27 14:29:23 UTC 2022


On Wed, 24 Aug 2022 22:03:26 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> The issue is caused by TreeTableRow incorrectly selected when cell selection mode is enabled.
>> 
>> Changes:
>> - modified TreeTableRow.updateSelection()
>
> Andy Goryachev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8292353: whitespace

I haven't looked at these specific tests in detail, but as a general practice I see value in having both types of tests: unit tests that test a specific thing, and tests of various scenarios.

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

PR: https://git.openjdk.org/jfx/pull/875


More information about the openjfx-dev mailing list