[webkit-reviews] review requested: [Bug 19385] dragging and dropping an image in edit mode does not work : [Attachment 21489] Possible fix to insert the image into the editable document at the drop location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 20:06:41 PDT 2008


Jonathon Jongsma <jonathon.jongsma at collabora.co.uk> has asked  for review:
Bug 19385: dragging and dropping an image in edit mode does not work
http://bugs.webkit.org/show_bug.cgi?id=19385

Attachment 21489: Possible fix to insert the image into the editable document
at the drop location
http://bugs.webkit.org/attachment.cgi?id=21489&action=edit

------- Additional Comments from Jonathon Jongsma
<jonathon.jongsma at collabora.co.uk>
Basically, when dragging an image it was saving the image data to the
clipboard, but to move it within an editable html document, we want to save the
html fragment in the clipboard and paste that into the new location.  This
patch just adds the html fragment as an additional format in the drag
clipboard.


More information about the webkit-reviews mailing list