In the TableCellFactorySample in Ensemble, if you edit a first name cell, add some characters, then cancel the edit (by clicking on another row, for example) it looks like editing has been canceled. But if you start to edit the cell again, you see cruft left over from the previous edit attempt.
I fixed this by adding "textField.setText( getItem());" to TableCellFactorySample.EditingCell.CancelEdit().
I fixed this by adding "textField.setText( getItem());" to TableCellFactorySample.EditingCell.CancelEdit().