RFR: 8285700: [TreeTableView] graphic property of TreeItem is still visible after collapsing tree
Marius Hanl
mhanl at openjdk.org
Sat Jul 8 10:17:58 UTC 2023
On Fri, 7 Jul 2023 05:25:34 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.
Is it possible to write a Unit test as well?
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1172#issuecomment-1627059129
More information about the openjfx-dev
mailing list