I made TableCell include TextField by myself.( not TextFieldTableCell)
and I added foucusProperties to this TextField to call "commitEdit".
when I clicked other contol(ex other table row), value was commited.
thats fine.
but when I clicked TextFiled twice, TextField was lost focus and value was commited.
I dont know why.
TextField was already have focus after it start editing.
Why it was lost focus when I clicked inside TextField twite!!
I hope TextField keep focus.
how to stop focuslost in this case?