Texteditor focus v1.7

Currently in v1.6.21, the texteditor remains open when the canvas loses focus. This is undesirable, especially when scrolling the canvas.

I’m using the ‘start’ class to check whether one is open from outside the canvas, and if so, save it’s content and close it (acceptText).

In your change log of v1.7, you state that you will no longer assign this class. Can you recommend another way of detecting an open texteditor from outside the canvas?

In 1.7 you can easily replace the whole text editing HTML element with whatever you like. The 1.7 Change Log has links to new samples demonstrating that, including one that replaces it with exactly the same implementation as the default editor.

Ah of course, thanks.