Changes between Initial Version and Version 1 of Ticket #10924, comment 1


Ignore:
Timestamp:
Feb 24, 2016, 1:48:15 PM (8 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10924, comment 1

    initial v1  
    11Problems can be reproduced from CKEditor 4.0 beta. This doesn't happen in editor 3.x.
    22
    3 **NOTE:** Don't insert new Paragraph before copying DIV. In Webkit and Blink this will result in new div with all attributes being inserted below paragraph (which is IMHO correct - you can't insert Div into P):
    4 {{{
    5 <div name="styledDiv" style="padding-bottom: 4px; background-color: rgb(255,255,204); margin: 8px; padding-left: 4px; padding-right: 4px; padding-top: 4px; border-radius: 6px">Sample text inside a styled Div</div>
    6 <p>&nbsp;</p>
    73<div name="styledDiv" style="padding: 4px; background-color: rgb(255, 255, 204); margin: 8px; border-top-left-radius: 6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;">Sample text inside a styled Div</div>
    84}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy