[Webkit-unassigned] [Bug 29129] REGRESSION(r48229): Failures in drag and drop tests on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 15:20:25 PDT 2009


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





--- Comment #2 from Jens Alfke <snej at chromium.org>  2009-09-10 15:20:24 PDT ---
Right -- one of the last pieces I added was to propagate the drag operation
from the source to the receiver if it's an intra-page drag. Not doing this
makes those drags always turn into copies, which breaks dragging text, of
course.
I did this to the Mac code (WebFrame.mm) but forgot to make an equivalent
change to Windows. 

It should be pretty trivial -- add the following second parameter to the
dragSourceMovedTo() call at WebDropSource.cpp:116:
    page->dragController()->destinationDragOperation()
I'll upload a patch to this effect, but it's going to take me a while to get my
Windows build up and running to try it out, so if someone else has convenient
access to Windows and wants to try it, please do.

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