RFR: 8285700: [TreeTableView] graphic property of TreeItem is still visible after collapsing tree [v3]

Johan Vos jvos at openjdk.org
Wed Jul 19 17:00:52 UTC 2023


On Mon, 17 Jul 2023 07:06:43 GMT, Karthik P K <kpk at openjdk.org> wrote:

>> In `TreeTableRowSkin`, graphic was not updated along with tree item update.
>> 
>> Made changes to update graphics of TreeTableView row in `updateTreeItem()` method.
>> 
>> Added options in monkey tester to add graphics and subnodes to `TreeTableView` rows.
>
> Karthik P K has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Review comments

Looks ok now. Thanks @kleopatra for the guidance on the test.

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

Marked as reviewed by jvos (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1172#pullrequestreview-1537552808


More information about the openjfx-dev mailing list