[Webkit-unassigned] [Bug 13652] REGRESSION: WebCore::DragController crashes if WebDragSourceActionDHTML cleared

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 21:00:51 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13652


oliver at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|NeedsRadar                  |InRadar




------- Comment #1 from oliver at apple.com  2007-07-13 21:00 PDT -------
<rdar://problem/5335265> 

Reproduced by bludgeoning WebDragClient
WebCore::DragSourceAction WebDragClient::dragSourceActionMaskForPoint(const
IntPoint& windowPoint)
{
    return (DragSourceAction)(WebDragSourceActionAny &
~WebDragSourceActionDHTML);/*
    NSPoint viewPoint = [m_webView convertPoint:windowPoint fromView:nil];
    return (DragSourceAction)[[m_webView _UIDelegateForwarder]
webView:m_webView dragSourceActionMaskForPoint:viewPoint];*/
}

We end up with a null clipboard, which is worrisome...


-- 
Configure bugmail: http://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