[Webkit-unassigned] [Bug 30188] REGRESSION(r49203): Text Drag and Drop stopped working in latest nightly build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 21:55:47 PDT 2009


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





--- Comment #8 from Daniel Bates <dbates at webkit.org>  2009-10-07 21:55:47 PDT ---
Not exactly sure why this is DragOperationNone other than this is not a DHTML
drag. That is, there is no drag source operation specified.

The Mac specific code that I removed in bug #30107 performed what I added into
this patch (but in the platform-specific Mac code).

What is the manual-test? Do you know off hand? I'll try to look myself. If we
need one then the manual test would be something of the form "Open TextEdit and
select text X and drag it into TextEdit. If it copies the test PASSED.
Otherwise, the test FAILED."

(In reply to comment #7)
> (From update of attachment 40843 [details])
> Why should the default be DragOperationNone?
> 
> Why shouldn't other code cause this to default to DragOperationAny?
> 
> You need a comment in the code to explain why this is right.
> 
> Also, I assume we already ahve a WebCore/manual-test for this?  If not, then we
> need one.

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