How to enable commit on focusLost for TableView/TreeTableView?

After some digging, turned out that the culprit (aka: the collaborator that cancels the edit before the textField looses focus) is the TableCellBehaviour/Base in its processing of a mousePressed: mousePressed calls simpleSelect(..) on detecting a single click it calls edit(-1, null) which calls the same method on TableView which sets its editingCell property to null … Read more