Changes between Initial Version and Version 1 of Ticket #10924, comment 1
- Timestamp:
- Feb 24, 2016, 1:48:15 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10924, comment 1
initial v1 1 1 Problems can be reproduced from CKEditor 4.0 beta. This doesn't happen in editor 3.x. 2 2 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> </p>7 3 <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> 8 4 }}}