Opened 9 years ago
Last modified 9 years ago
#14642 confirmed Bug
Shift+Enter after pressing backspace inserts two br's instead of one
Reported by: | AndyMillne | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description (last modified by )
Steps to reproduce
- On the demo at http://ckeditor.com/demo clear the contents of the editor
- Type anything on the first line
- Press Enter
- Press Backspace
- Press Shift+Enter
Expected result
One BR is inserted
Actual result
Two BR's are inserted
Other details (browser, OS, CKEditor version, installed plugins)
Firefox, Mac OS (El Capitan), CKEditor Version 4.5.9
Change History (1)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Summary: | Shift enter after pressing backspace does not create a new line → Shift+Enter after pressing backspace inserts two br's instead of one |
Version: | 4.5.9 → 4.0 |
Problem can be reproduced at least from CKEditor 3.0.0 in Firefox on Mac and Windows.
Result:
@AndyMillne you got it a little bit wrong. It is not new paragraph what is created but two BR's instead of one.
Interesting is that if after step 4 you press e.g. down arrow and then Shift+Enter, it works correctly.