[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 13:21:36 PDT 2011


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


Daniel Cheng <dcheng at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tony at chromium.org




--- Comment #4 from Daniel Cheng <dcheng at chromium.org>  2011-06-21 13:21:34 PST ---
(In reply to comment #3)
> (In reply to comment #2)
> > Is this not working on other non-Qt/non-Mac platforms, e.g. Chromium Linux?
> 
> 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 own testing seems to indicate it doesn't work on the lastest Linux Chromium build. The problem is when an image is the only thing in a selection, we use the selection logic instead of the image drag logic. I think I'm actually OK with this, though if we want to special case a selection with only an image, that's probably OK.

In opinion, the real bug here is that starting a drag on an image selects it. So if you want to drag it somewhere, change your mind, and then want to drag it again, you won't be able to drag an image file to the desktop. Note that dragging an image in IE/Firefox don't cause the image to get selected, but it causes the image to get selected in any WebKit browser.

-- 
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