Solved Shift-enter causing buggy new line behavior

This topic has been solved
X

Xon

Guest
Type "a<shift-enter><shift-enter>bc<backspace>"

Editor HTML before the backspace:
XML:

<p>a<br><br>bc</p>
EditorHTML before the afterspace:
XML:

<p>a<br>b</p>

I'm fairly sure there are other actions which cause the <br> newline to be incorrectly deleted.

Continue reading...