RFR: 8292353: TableRow vs. TreeTableRow: inconsistent visuals in cell selection mode [v6]
danielpeintner
duke at openjdk.org
Tue Aug 23 08:12:27 UTC 2022
On Mon, 22 Aug 2022 21:08:39 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 two additional commits since the last revision:
>
> - 8292353: typo
> - 8292353: typo
modules/javafx.controls/src/test/java/test/javafx/scene/control/TreeAndTableViewTest.java line 56:
> 54: /**
> 55: * Tests for:
> 56: * - cell seleciton logic JDK-8292353.
Nit: seleciton -> selection
-------------
PR: https://git.openjdk.org/jfx/pull/875
More information about the openjfx-dev
mailing list