Changes between Initial Version and Version 1 of Ticket #8905


Ignore:
Timestamp:
Apr 19, 2012, 9:09:29 AM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8905 – Description

    initial v1  
     1{{{
    12var writer = new CKEDITOR.htmlWriter();
    23var contents = '<div>' 
     
    2324frag.writeHtml(writer);
    2425console.log("CONTENTS " + writer.getHtml());
     26}}}
    2527
    2628Executing the above gives the following result, which is unexpected as it removes data (seen on FF10 and IE9:
    2729
    28 CONTENTS <div> <p id="_1334328943223"> </p> <p id="_1334328943224"> </p> <p id="_1334328943225"> </p> <p id="_1334328943226"> </p> </div>
     30{{{
     31CONTENTS
     32<div>
     33<p id="_1334328943223"> </p>
     34<p id="_1334328943224"> </p>
     35<p id="_1334328943225"> </p>
     36<p id="_1334328943226"> </p>
     37</div>
     38}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy