Opened 12 years ago

Last modified 11 years ago

#8884 confirmed Bug

Webkit: Dragging image wrapped in block element leaves empty block elements in content area. — at Version 3

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description (last modified by Jakub Ś)

  1. Go to http://ckeditor.com/demo
  2. Drag image in few places inside content area
  3. Switch to source and notice that there are many empty headers inside content area <h1>&nbsp;</h1>

I have also tried using the below code (img inside div)

<div>
	<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>
<h1>Little Red Riding Hood</h1>

Unlike in Firefox (#8883) here div is lost on first drag. Wrapping div stays at the top. Never the less dragged image splits paragraphs in two(despite not having any surrounding div).

Issue reproducible in Webkit from CKEditor 3.0

Change History (3)

comment:1 Changed 12 years ago by Jakub Ś

This ticket is related to #8883. Same TC, similar results, different versions.

comment:2 Changed 12 years ago by Jakub Ś

Status: newconfirmed

comment:3 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy