[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 21:41:01 PDT 2009


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


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40843|                            |review?
               Flag|                            |
  Attachment #40837|0                           |1
        is obsolete|                            |




--- Comment #5 from Daniel Bates <dbates at webkit.org>  2009-10-07 21:41:01 PDT ---
Created an attachment (id=40843)
 --> (https://bugs.webkit.org/attachment.cgi?id=40843)
Patch

I know I may be given some grief in that I am treating the DragOperation enum
as an unsigned. We should fix this because such operations are needed and done
on variables of type DragOperation in other parts of the drag-and-drop code.
The solution would be to follow a similar approach as in AppKit's NSDragging.h,
that is typedef DragOperation as an unsigned and define an anonymous enum of
DragOperations.

I suggest deferring this fix for a separate bug.

Also, this patch does not include a test case because since this issue is
observed when dragging data inside the web browser to an external application a
DRT test is not possible. Moreover, a non-trivial manual test case is not
possible for the same reason.

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