[Webkit-unassigned] [Bug 28902] New: Windows DumpRenderTree should properly set the drop effect for a drag-and-drop operation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 21:11:01 PDT 2009


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

           Summary: Windows DumpRenderTree should properly set the drop
                    effect for a drag-and-drop operation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: sam at webkit.org, oliver at apple.com, aroben at apple.com


The Windows DumpRenderTree (DRT) nullifies the drop effect when simulating a
drag-and-drop operation. Such functionality is supported in the Mac OS X DRT.
We should support this functionality so that we can test drag-and-drop
operations under Windows, such as in the layout tests of bug #24731.

Notice, in UIDelegate::doDragDrop the variable |performedEffect| is set to 0 =
DROPEFFECT_NONE (see
http://msdn.microsoft.com/en-us/library/ms693457(VS.85).aspx). Instead, we
should pass this variable through the drap-and-drop machinery in UIDelegate so
that we can set it to the correct drop effect.

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