Changes between Initial Version and Version 1 of Ticket #5487


Ignore:
Timestamp:
Apr 8, 2010, 10:57:48 AM (14 years ago)
Author:
Garry Yao
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5487 – Description

    initial v1  
    22All IE versions.
    33=== Reproducing Procedures ===
    4  1. Load the 'Full Page Support' sample page, clear all contents then switch to source mode:
     4 1. Load the 'Full Page Support' sample page;
     5 1. Press 'Enter' key at the end of the first paragraph to create a new empty line;
     6 1. Switch to source mode:
    57 * Actual Result:
    6  {{{
    7  <html>
    8         <head>
    9                 <title>CKEditor Sample</title>
    10         </head>
    11         <body>
    12                 <p>
    13                         ...</p>
    14         </body>
    15  </html>
    16  }}}
    17  * Expected Result: There's no line break before closing </body>
    188 {{{
    199 <html>
     
    2616 </html>
    2717 }}}
     18 * Expected Result: There's a line break before closing </body>
     19 {{{
     20 <html>
     21        <head>
     22                <title>CKEditor Sample</title>
     23        </head>
     24        <body>
     25                <p>
     26                        ...</p>
     27        </body>
     28 </html>
     29 }}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy