[Webkit-unassigned] [Bug 38876] User paths exposed on file drop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 12 17:08:42 PDT 2010


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





--- Comment #5 from Tony Chang (Google) <tony at chromium.org>  2010-05-12 17:08:41 PST ---
(In reply to comment #4)
> Safari and Chromium also check if the drag operation has any text associated with it--and if it does and it looks like a URL, it's treated as if it were a URL drag. Should dragging the plain text "file://abc" be treated the same as if you were dragging an actual file?

Does it matter?  If you make dragging a file DragOperationNone and the user drags plain text "file:///abc", we'll add both the plain text and the URL to the drag data but the file contents will be DragOperationNone and the code should fallback to the plain text in the drag data.  That seems reasonable to me.

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