RFR: 8187474: Tree-/TableCell, TreeCell: editingCell/Item not updated in cell.startEdit
Marius Hanl
mhanl at openjdk.java.net
Wed Oct 6 15:18:09 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.
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
More information about the openjfx-dev
mailing list