Opened 16 years ago
Last modified 16 years ago
#3671 closed Bug
Inserting Page break is introducing new paragraph — at Initial Version
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page in FF;
- Click on 'New Page' to empty document content;
- Click on 'Insert Page Break for Printing' to insert a page break;
- Click on the newly introduced page break fake element;
- Expected Result: A new paragraph is created before it.
<div style="page-break-after: always;"> <span style="display: none;"> </span></div>
- Actual Result: Javascript error thrown.
<p> </p> <h1> <br /> </h1>
- Expected Result: A new paragraph is created before it.