Closed
Description
Expected behavior.
I expect text to insert at last cursor position even when editor loses focus
Actual behavior.
I have a list of items (outside the editor) from which I want to choose. When one of those items is clicked I want to insert the corresponding text at the last cursor position of the editor. However as soon as the editor looses focus it's cursor position seems to move at the end, so text is also inserted at the end.
Steps to reproduce the problem.
Create an editor
create a list of items (eg. unordered list outside the editor)
in click event of li try to add the text to the editor using html.insert
Editor version.
latest
OS.
windows
Browser.
chrome
Metadata
Metadata
Assignees
Labels
No labels