[Webkit-unassigned] [Bug 24731] dropEffect is always set to "copy" at dragend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 28 11:51:56 PDT 2009


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


jberlin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jberlin at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #2 from jberlin at apple.com  2009-06-28 11:51 PDT -------
Looks like this might be the culprit:

STDMETHODIMP WebDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD
grfKeyState)
{

[....]

//FIXME: We need to figure out how to find out what actually happened in the
drag <rdar://problem/5015961>
frame->eventHandler()->dragSourceEndedAt(generateMouseEvent(m_webView.get(),
false), DragOperationCopy);

in \win\WebDropSource.cpp


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list