Changes between Version 1 and Version 2 of Ticket #3671


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

Oops, fix wrong description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3671 – Description

    v1 v2  
    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 {{{
    2513<p>
    2614   <br /></p>
     
    3119
    3220}}}
    33 
    34 }}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy