RFR: 8187474: Tree-/TableCell, TreeCell: editingCell/Item not updated in cell.startEdit

Marius Hanl mhanl at openjdk.java.net
Thu Oct 7 10:38:08 UTC 2021


On Tue, 5 Oct 2021 13:18:07 GMT, Jeanette Winzenburg <fastegal at 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


More information about the openjfx-dev mailing list