Inline editing does not work in Editor 1.9.5 and higher
Inline editing does not work in Editor 1.9.5 and higher
Jan Svoboda
Posts: 1Questions: 1Answers: 0
in Editor
Hi everyone,
I have a simple inline edit, see the example, but from Editor 1.9.5 it stopped working. I have tested all versions from 1.7.0 and latest two (1.9.5/6) failed. If you double click (or hit enter) on a cell, after few tries it will stop working with no error. Any idea what's wrong?
This discussion has been closed.
Answers
You've got a custom call to
inline()
combined with KeyTable's own Editor handling which itself callsinline()
.What to do is remove your call to
inline()
and just let KeyTable handle the inline editing in this case.Allan