On Tue, 5 Oct 2021 13:18:07 GMT, Jeanette Winzenburg <faste...@openjdk.org> wrote:
> cell startEdit is supposed to update the editing location on its associated > control - was done in ListCell, not in Tree-/TableCell nor TreeCell. > > Fix was to add control.edit(..). Note that ListCell was also touched to use > the exact same method call pattern as the fixed cell types. > > Added/unignored cell tests that are failing/passing before/after the fix. Interesting, I just saw that it worked before because of the TableCellBehavior (edit method). Does this mean this can be removed from the behaviour in future? ------------- PR: https://git.openjdk.java.net/jfx/pull/638