Opened 12 years ago
Last modified 8 years ago
#10146 closed Bug
Empty lines are removed in enter mode BR — at Version 4
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1.2 |
Component: | General | Version: | 4.0 Beta |
Keywords: | Cc: | mattleff@…, Chris Wells |
Description (last modified by )
To reproduce:
- Open enterkey sample and set enter mode to BR
- in WYSIWYG press new page command and then press Enter key few times. You will get:
<br /> <br /> <br />
- Toggle between WYSIWYG and Source
Result: Every time you switch one BR gets removed until there is nothing in editor. This is in CKEditor 4 beta
- From CKEditor 4.0 you will get something like below when switching to source.
<br /> <br /> <br />
- Every time you switch to source remove the . Only then br tag gets remove (one at a time)
Problem can be reproduced in all browsers from CKEditor 4 beta. It doesn't occur in 3.x branch.
Change History (4)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Cc: | mattleff@… added |
---|
comment:4 Changed 12 years ago by
Description: | modified (diff) |
---|
#10145 was marked as duplicate.