RFR: 8187474: Tree-/TableCell, TreeCell: editingCell/Item not updated in cell.startEdit
Marius Hanl
mhanl at openjdk.java.net
Thu Oct 7 10:38:07 UTC 2021
On Wed, 6 Oct 2021 15:34:14 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
> > 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?
>
> hmm .. the behavior talks directly to the control (not the cell) by invoking control.edit(...) - which might be a problem (or not, didn't look closely yet - left to later when dealing with with big big edit issue ;)
>
> The issue here is cell.startEdit which must call the control.edit(...) to switch the control into editing, independent on other parties.
Yeah right, just want to share my findings though. :)
The whole behaviour stuff is weird anyway, also given that there is still no way do change the behaviour without accessing the api.
-------------
PR: https://git.openjdk.java.net/jfx/pull/638
More information about the openjfx-dev
mailing list