ConfigurableTableView icon indicating copy to clipboard operation
ConfigurableTableView copied to clipboard

Bug in CBEditorStringInline ?

Open vyx opened this issue 13 years ago • 1 comments

Hi,

I really like your library that makes creating complex UITableViews much easier!

I tested the provided sample app, but I found a small annoying bug with CBEditorStingInline. To see the bug, do the following:

  • tap on the string in the first cell of the sample app to edit it.
  • add a letter (to get for instance the string "TesterA") and press return to dismiss the keyboard
  • tap on the string to edit it again
  • add again a letter (to get for instance string "testerAB") and hit return When the keyboard closes, the newly added letter is not saved, but simply discarded!

It would be great if you could solve this bug! Vincent

vyx avatar Feb 26 '12 20:02 vyx

I get this bug too. You can see it right in the Demo app. It is sad that such nice framework is not usable because of this bug.

romanr avatar Apr 11 '12 16:04 romanr