[Webkit-unassigned] [Bug 52096] [GTK] Filenames are converted to URLs during edit drags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 13:51:40 PST 2011


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





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2011-01-10 13:51:40 PST ---
(In reply to comment #2)
> (From update of attachment 78298 [details])
> I'm confused by what you're doing for local files.  Is this tested?

Essentially, during edit drags, filenames should not be advertised as a URL on the drag, but otherwise they should be. This bug was fixed for Chromium (and Mac I believe) in https://bugs.webkit.org/show_bug.cgi?id=38826. The test in that bug relied on beginDragWithFiles, so it didn't fail on GTK+ at the time (it was skipped).

This patch fixes the bug and unskips the test in question (it depends on the landing of beginDragWithFiles) patch.

--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-01-10 13:51:41 PST ---
(In reply to comment #2)
> (From update of attachment 78298 [details])
> I'm confused by what you're doing for local files.  Is this tested?

Essentially, during edit drags, filenames should not be advertised as a URL on the drag, but otherwise they should be. This bug was fixed for Chromium (and Mac I believe) in https://bugs.webkit.org/show_bug.cgi?id=38826. The test in that bug relied on beginDragWithFiles, so it didn't fail on GTK+ at the time (it was skipped).

This patch fixes the bug and unskips the test in question (it depends on the landing of beginDragWithFiles) patch.

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