[webkit-reviews] review granted: [Bug 30188] REGRESSION(r49203): Text Drag and Drop stopped working in latest nightly build : [Attachment 40852] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 22:59:29 PDT 2009


Eric Seidel <eric at webkit.org> has granted Daniel Bates <dbates at webkit.org>'s
request for review:
Bug 30188: REGRESSION(r49203): Text Drag and Drop stopped working in latest
nightly build
https://bugs.webkit.org/show_bug.cgi?id=30188

Attachment 40852: Patch
https://bugs.webkit.org/attachment.cgi?id=40852&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
The empty comment line is not needed:
 654	     //

I don't usually put < > around URLs.

I think this is OK to fix the bug, but I think we need to set this in a better,
clearer place. it's so strange that this is set here, instead of in some
earlier if.

Also, this code makes me wonder what other state we need to set for non-dhtml
drags?

And why shouldn't m_sourceDragOperation default to DragOperationAny and then
get set more restrictive in the DHTML case?  Again, this code is just ugly, and
poorly designed here.  Your argument over IRC that we should take this simple
fix and work to clean it up later is valid, but slightly saddening. :)


More information about the webkit-reviews mailing list