On Wed, 6 Oct 2021 15:34:14 GMT, Jeanette Winzenburg <faste...@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 ;) an aside I forgot to mention yesterday: this interference from behavior (triggered by mouseEvents) is one of the major stumbling-blocks in solving the ominous commit-on-focusLost issue - by _cancelling_ an edit. ------------- PR: https://git.openjdk.java.net/jfx/pull/638