On Thu, 12 Mar 2026 14:55:01 GMT, Marius Hanl <[email protected]> wrote:
>> Ziad El Midaoui has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix TreeTableView initial focus > > modules/javafx.controls/src/main/java/javafx/scene/control/TreeTableView.java > line 3667: > >> 3665: // shift if the tree item is expanded >> 3666: TreeItem<S> eventTreeItem = e.getTreeItem(); >> 3667: if (!treeTableView.isShowRoot() > > When comparing this with https://github.com/openjdk/jfx/pull/2095, shouldn't > we instead also have the logic in the showRoot listener? Or is the logic > different? It is different in TreeTableView but it's the same logic. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2104#discussion_r2968732319
