Opened 14 years ago
Closed 9 years ago
#6679 closed Bug (fixed)
Link tag around image lost on drag and drop
Reported by: | Joshua Smith | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4.2 |
Keywords: | WebKit | Cc: |
Description (last modified by )
Seems to be a webkit issue.
Steps to reproduce:
- Add some text to a page.
- Insert an image onto the page.
- Crate a link around the image.
- Notice the element hierarchy includes the anchor element preceding (around) the image tag.
- Drag the image to a new location in the document.
- Click on the image to force an update of the element hierarchy.
- Notice that there is now no anchor element in the hierarchy.
Tested 2010/11/15 at http://ckeditor.com/demo.
Problem exists in: Safari 4.0.5 (Windows XP) Safari 5.0.2 (Windows 7) Chrome 7 (Windows 7) Chrome 8b (Windows XP)
Works as expected in: IE9b (Windows 7) IE8 (Windows 7) IE7 (Windows XP) IE6 (Windows XP) Firefox 4b7 (Windows 7) Firefox 3.6.12 (Windows 7)
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Webkit added; webkit removed |
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Keywords: | WebKit added; Webkit removed |
---|
We need a ticket at WebKit instead.
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue can no longer be reproduced in Safai 9 and CKEditor 4.5.6.
I don't think we will be able to fix it without supporting D&D by our own logic. Right now it's handled only by a browser.