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 SvobodaJan Svoboda Posts: 1Questions: 1Answers: 0

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?

Answers

  • allanallan Posts: 61,740Questions: 1Answers: 10,111 Site admin

    You've got a custom call to inline() combined with KeyTable's own Editor handling which itself calls inline().

    What to do is remove your call to inline() and just let KeyTable handle the inline editing in this case.

    Allan

This discussion has been closed.