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

Jeanette Winzenburg fastegal at openjdk.java.net
Fri Oct 29 12:32:15 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.

This pull request has now been integrated.

Changeset: adcc40d5
Author:    Jeanette Winzenburg <fastegal at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/adcc40d57c0f2619cad0ca5ffc2ed9e9a5e032b0
Stats:     77 lines in 7 files changed: 46 ins; 22 del; 9 mod

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

Reviewed-by: mhanl, aghaisas

-------------

PR: https://git.openjdk.java.net/jfx/pull/638


More information about the openjfx-dev mailing list