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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 12:44:14 PDT 2011


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





--- Comment #9 from Daniel Cheng <dcheng at chromium.org>  2011-06-22 12:44:14 PST ---
> 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.

It's worth noting that IE and Firefox both have this problem.

> Code before changeset 86472 follows a different logic for selection drag and different logic for image drag.

That logic was arguably wrong.

> The fix checks if the selection has only an image and follows code path of image drag logic there after instead of selection logic.

I'm not certain this is the appropriate fix though. If the user accidentally selects any whitespace around the image, then they get a different behavior (drag to desktop won't work). And if we strip whitespace, we might be breaking behavior that is actually desired such as dragging for rich editing.

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