Changes between Version 5 and Version 7 of Ticket #8884


Ignore:
Timestamp:
Sep 19, 2013, 1:41:57 PM (11 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8884

    • Property Keywords Webkit Firefox removed
    • Property Summary changed from Webkit & FF: Dragging image wrapped in Header Element leaves empty headers in content area. to Dragging image wrapped in BlockElement leaves empty block elements in content area.
  • Ticket #8884 – Description

    v5 v7  
    111. Go to http://ckeditor.com/demo
    2 2. Drag image in few places inside content area
     22. Drag image (which is wrapped in H1) in few places inside content area
    333. Switch to source and notice that there are many empty headers inside content area {{{ <h1>&nbsp;</h1> }}}
    4 
    54
    65I have also tried using the below code (img inside div)
     
    87<div>
    98        <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;" /></div>
    10 <h1>Little Red Riding Hood</h1>
    119}}}
    12 Div is lost on first drag. Wrapping div stays at the top and doesn't break paragraphs like H1.
     10* In Chrome div completely is lost.
     11* In Safari and Opera Div is lost on first drag. Wrapping div stays at the top and doesn't break paragraphs like H1.
     12* in Firefox and IE8-10 orphan divs are left throughout content area
    1313
    14 Issue reproducible in Webkit and Firefox from CKEditor 3.0
     14Issue reproducible in all browsers from CKEditor 3.0
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy