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. And by the way, you know why there is a requestFocus() in List/TreeCell, but not in the other two cells? :) ------------- PR: https://git.openjdk.java.net/jfx/pull/638