I have a CellTree which uses an EditTextCell as part of a CompositeCell for its child. I've noticed that sometimes when I'm editing a node and I click into another one, this cell switchs to edition mode but the first don't quit it.
After debuging CellTree Class I discovered that sometimes the onBlur event is not forwarded to the node being edited when it loses the focus.
Any help would be much appreciated.