Changes between Version 5 and Version 7 of Ticket #8884
- Timestamp:
- Sep 19, 2013, 1:41:57 PM (11 years ago)
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.
toDragging image wrapped in BlockElement leaves empty block elements in content area.
-
Ticket #8884 – Description
v5 v7 1 1 1. Go to http://ckeditor.com/demo 2 2. Drag image in few places inside content area2 2. Drag image (which is wrapped in H1) in few places inside content area 3 3 3. Switch to source and notice that there are many empty headers inside content area {{{ <h1> </h1> }}} 4 5 4 6 5 I have also tried using the below code (img inside div) … … 8 7 <div> 9 8 <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>11 9 }}} 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 13 13 14 Issue reproducible in Webkit and Firefoxfrom CKEditor 3.014 Issue reproducible in all browsers from CKEditor 3.0