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 ;)
> 
> 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

Reply via email to