[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 23:04:50 PDT 2009


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





--- Comment #17 from Daniel Bates <dbates at webkit.org>  2009-10-07 23:04:50 PDT ---
I'll make these changes before I land.

I agree, this is a bit ugly and I don't have a good reason why we should go
with a more restrictive set of drag operations (this was from the code I
removed in bug #30107 - maybe there is a reason for this, instead of just
DragOperationAny, though the person who wrote it didn't comment why). I'll look
into a better solution when I have some time tomorrow.

(In reply to comment #16)
> (From update of attachment 40852 [details])
> 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. :)

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