[Webkit-unassigned] [Bug 62998] Unable to drag selected images into a folder
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 17 02:12:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=62998
Daniel Cheng <dcheng at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |dcheng at chromium.org
|kit.org |
Ever Confirmed|0 |1
--- Comment #12 from Daniel Cheng <dcheng at chromium.org> 2011-10-17 02:12:28 PST ---
Created an attachment (id=111227)
--> (https://bugs.webkit.org/attachment.cgi?id=111227&action=review)
Quirky test case
I was locally testing a change to not create a selection around the image if the image is not in a contenteditable area. This resulted in a rather interesting quirk though. Let's say we have two images, foo (in a non-editable area) and bar (in an editable area).
Drag bar enough to cause it to get selected.
Drag foo into the same content editable area as bar.
bar disappears and foo is copied to wherever the drop occurred, so we end up with only two copies of foo and zero copies of bar.
I would have expected the final result to be two foos and one bar. Interestingly enough, Firefox also exhibits this quirk. I guess whenever you drag something into an editable area it's treated as replacing the selection?
--
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