Hi,

Strange behavior of cursor in HtmlEditor.

please look at this example: http://ift.tt/15zXQ19


In this example:

Using ViewModel, data from store is binded to the HtmlEditor field.

If value from store is contains HTML tags then any attempts to edit this value in editor cause cursor jumping to start.

If value NOT contains HTML tags then all right. But if you try to add at least one tag (select word and make in bold, for example), - you can see same behavior, cursor will jump to start of this tag.