Opened 14 years ago
Last modified 9 years ago
#6679 closed Bug
Link tag around image lost on drag and drop — at Version 1
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 (1)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Webkit added; webkit removed |
Status: | new → confirmed |
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.