On Wed, 6 Oct 2021 15:15:16 GMT, Marius Hanl <mh...@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. ------------- PR: https://git.openjdk.java.net/jfx/pull/638