[Webkit-unassigned] [Bug 62998] Unable to drag selected images into a folder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 22:03:15 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62998





--- Comment #8 from Aparna Nandyal <aparna.nand at wipro.com>  2011-06-21 22:03:14 PST ---
> I tested on Chromium build on Windows and Linux and this works in both.
> Chromium's clipboard actually converts the image to markup and Qt's clipboard should probably do the same.

My testing indicates that it doesnt work on Chromium Linux build with latest WebKit code. 

As indicated, dragging an image does not cause image to be selected in other browsers. Even if we make WebKit behave the same way, we will still have a problem when user selects the image manually and tries to drag it.

Code before changeset 86472 follows a different logic for selection drag and different logic for image drag.
The fix checks if the selection has only an image and follows code path of image drag logic there after instead of selection logic.

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



More information about the webkit-unassigned mailing list