[Webkit-unassigned] [Bug 30188] REGRESSION(r49203): Text Drag and Drop stopped working in latest nightly build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 22:21:26 PDT 2009


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





--- Comment #13 from Daniel Bates <dbates at webkit.org>  2009-10-07 22:21:26 PDT ---
The reason I ask is that from what I gather tracing the drag-operation through
EventHandler::handleDrag (where the source drag operation is passed to the
DragController)
<http://trac.webkit.org/browser/trunk/WebCore/page/EventHandler.cpp#L2286> AND
<http://trac.webkit.org/browser/trunk/WebCore/page/EventHandler.cpp#L2318>, it
looks like we can remove the condition that m_sourceDragOperation ==
DragOperationNone.

(In reply to comment #12)
> OK. On second read, what do you mean "Why shouldn't other code cause this to
> default to DragOperationAny?"
> 
> (In reply to comment #11)
> > OK.  Ideally your ChangeLog should mention that this is covered by that manual
> > test.

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