Opened 8 years ago
#16964 new Bug
[Firefox] Double line is shown after pressing Shift+Enter
Reported by: | ijemmy | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.6.2 |
Keywords: | Cc: |
Description
Steps to reproduce
Can be reproduced in the CKEditor demo
- Write anything in <p>
- Enter
- Backspace
- Shift+Enter
Expected result
Expect one line to be shown
The HTML element should be
<p>
abcdefghijkl
<br></br>
<br></br>
</p>
Actual result
Two blank spaces is shown
If you inspect the element, you will see:
<p>
abcdefghijkl
<br type="_moz"></br>
<br></br>
#<br type="_moz"></br>
</p>
# /*the selection range is here*/
If you press backspace after step 4, one line will be removed. But when you begin typing again, your cursor will jump back to the first line.
Other details (browser, OS, CKEditor version, installed plugins)
Only Firefox. (Chrome/Safari are ok) Tested in OS X Elcapitan (10.11.6)
Can be reproduced in the CKEditor demo in CKEditor.com