[Webkit-unassigned] [Bug 29264] New: |pdwEffect| passed to WebView::Drop is incorrect.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 17:43:13 PDT 2009


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

           Summary: |pdwEffect| passed to WebView::Drop is incorrect.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, oliver at apple.com, aroben at apple.com


The value of the drop effect (|pdwEffect|) passed to WebView::Drop is
incorrect. That is, it does not reflect the drop effect as seen by the last
WebView::DragOver call.

A temporary workaround is to store the last drop effect in
WebView::m_lastDropEffect. We set this variable in WebView::DragEnter and
WebView::DragOver so that it can be used in WebView::Drop to set the correct
drop effect. Thus, on return from DoDragDrop
(http://msdn.microsoft.com/en-us/library/ms678486%28VS.85%29.aspx) we have the
correct |pdwEffect| for the drag-and-drop operation.

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