Inserting Page break is introducing new paragraph
— at Version 2
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>
<br /></p>
<p>
<div style="page-break-after: always;">
<span style="display: none;"> </span></div>
</p>
Change History (2)
Description: |
modified (diff)
|
Description: |
modified (diff)
|
Oops, fix wrong description.