(1) In treeview, if I edit a cell (which is a Text...
# tornadofx
s
(1) In treeview, if I edit a cell (which is a TextFieldTreeCell), all is well. However, after I finish, the TreeView has lost focus, thus the selected item has changed and has a grey highlight, but is Not in focus. Is there something I can do to force the refocus on TreeView? <EDIT: SOLVED. I needed to add requestFocus() in the onEditCommit>