JiHong88 / suneditor

Pure javascript based WYSIWYG html editor, with no dependencies.
http://suneditor.com
MIT License
1.77k stars 316 forks source link

Cursor jumps to start of editor after pressing [ENTER] on line end #1463

Open adamsarek opened 2 weeks ago

adamsarek commented 2 weeks ago

Describe the bug After pressing [ENTER] on the end of a line, cursor jumps to the start of the editor.

To Reproduce Steps to reproduce the behavior:

  1. Write 3 lines of text (use SHIFT+ENTER for new lines)
  2. Go to end of the second line
  3. Press [ENTER]
  4. Cursor jumps to the start of the editor

Expected behavior It should split the current paragraph into a paragraph with the text before the cursor and a paragraph with the text after the cursor.

Screenshots kurzor_skoci_na_prvni_radek

Desktop

Release