Opened 9 years ago
Last modified 9 years ago
#14699 confirmed Bug
Pressing outdent merges first list item with previous line if enter mode is BR
Reported by: | csmaclaga | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to:
http://sdk.ckeditor.com/samples/enterkey.html
- Switch enter mode to BR
- Enter sample text:
this is the first line
- line 2
- line 3
- Put the cursor at the beginning of line 2 and press either outdent or the backspace key
Expected result
this is the first line
line 2
- line 3
Actual result
this is the first lineline 2
- line 3
Other details (browser, OS, CKEditor version, installed plugins)
Change History (1)
comment:1 Changed 9 years ago by
Component: | UI : Enter Key → General |
---|---|
Keywords: | BR outdent merge list removed |
Status: | new → confirmed |
Version: | 4.5.10 (GitHub - master) → 4.0 |
Problem can be reproduced at least from CKEditor 4.0 only in enter mode BR.
In other modes result is e.g.
so it is expected that this mode produces same result.