[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 16:50:39 PDT 2009


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





--- Comment #9 from Jens Alfke <snej at chromium.org>  2009-09-10 16:50:39 PDT ---
Well, I'm confused then. The issue is that EventHandler::dragSourceMovedTo( )
now takes a second parameter that describes the drag operation (move/copy/link)
being used by the receiver. This is needed so that the source can determine
whether to delete the original, if it's a move.

The change to WebFrame.mm to pass this parameter value was the only
platform-specific change in my original patch. The change here duplicates that
one. If things still aren't working, it may be related to idiosyncrasies of the
Windows platform drag-n-drop code. I have zero experience with Windows APIs,
though.

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