Opened 13 years ago
Last modified 13 years ago
#8066 confirmed Bug
[enterBr] Inserting page break / horizontal line creates a paragraph
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | satya_minnekanti@… |
Description
With
config.enterMode = CKEDITOR.ENTER_BR
CKEditor creates paragraphs when inserting page break / horizontal line.
Result after inserting page break between two lines:
<p> first line</p> <div style="page-break-after: always;"> <span style="display: none;"> </span></div> <p> <br /> second line</p>
and after inserting a horizontal line:
first line <hr /> <p> <br /> second line</p>
Change History (2)
comment:1 Changed 13 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:2 Changed 13 years ago by
Status: | new → confirmed |
---|
Reproducible in all browsers