Changes between Initial Version and Version 1 of Ticket #3671


Ignore:
Timestamp:
Jun 4, 2009, 8:15:39 AM (15 years ago)
Author:
Garry Yao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3671 – Description

    initial v1  
    1111  * Actual Result: Javascript error thrown.
    1212{{{
     13=== Reproducing Procedures ===
     14 1. Open  the ''replace by class'' example page in FF;
     15 1. Click on 'New Page' to empty document content;
     16 1. Click on 'Insert Page Break for Printing' to insert a page break;
     17 1. Click on the newly introduced page break fake element;
     18  * Expected Result: A new paragraph is created before it.
     19{{{
     20<div style="page-break-after: always;">
     21                <span style="display: none;">&nbsp;</span></div>
     22}}}
     23  * Actual Result:
     24{{{
    1325<p>
     26   <br /></p>
     27<p>
     28<div style="page-break-after: always;">
     29                <span style="display: none;">&nbsp;</span></div>
    1430</p>
    15 <h1>
    16         <br />
    17 </h1>
     31
    1832}}}
     33
     34}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy