Changes between Initial Version and Version 1 of Ticket #5517, comment 2


Ignore:
Timestamp:
Feb 12, 2012, 6:24:28 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5517, comment 2

    initial v1  
    44
    55
     6**To reproduce point 3:**
     71. Switch to source and paste the below code into CKEditor
     8{{{
     9<h1>
     10        <img alt="" src="http://a.cksource.com/c/1/inc/img/demo-little-red.jpg" style="margin-left: 10px; margin-right: 10px; float: left; width: 120px; height: 168px;" />Little Red Riding Hood</h1>
     11}}}
     122. Switch to WYSIWYG and copy contents using CRTL+A CRTL+C
     133. Open another page with CKEditor, clear contents using CRTL+A Backspace
     144. Paste using CRTL+V
     15
     16Reproducible in Chrome and Safari.
     17
     18**To reproduce point 4:**
     191. Open any CKEditor with sample text. Press CRTL+A CRTL+V. **It is best if paragraph would contain some attributes E.g.**
     20{{{
     21<p id="someElemId">
     22                This is some&nbsp;sample text. You are using&nbsp;CKEditor.</p>}}}
     23**Result:**[[BR]]
     24{{{
     25<p id="someElemId">
     26        &nbsp;</p>
     27<div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); ">
     28        <p id="someElemId">
     29                This is some&nbsp;sample text. You are using&nbsp;CKEditor.</p>
     30</div>
     31<p>
     32        &nbsp;</p>
     33}}}
     34
     35Reproducible in Safari (Chrome 17 is free of this bug).
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy