[Webkit-unassigned] [Bug 19385] dragging and dropping an image in edit mode does not work

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


http://bugs.webkit.org/show_bug.cgi?id=19385


jonathon.jongsma at collabora.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21489|                            |review?
               Flag|                            |




------- Comment #1 from jonathon.jongsma at collabora.co.uk  2008-06-03 20:06 PDT -------
Created an attachment (id=21489)
 --> (http://bugs.webkit.org/attachment.cgi?id=21489&action=view)
Possible fix to insert the image into the editable document at the drop
location

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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list