[Webkit-unassigned] [Bug 23642] [GTK] Drag and drop support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 24 05:46:56 PDT 2009


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


zandobersek at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28124|review?                     |
               Flag|                            |
  Attachment #28124|0                           |1
        is obsolete|                            |
  Attachment #29738|                            |review?
               Flag|                            |




------- Comment #10 from zandobersek at gmail.com  2009-04-24 05:46 PDT -------
Created an attachment (id=29738)
 --> (https://bugs.webkit.org/attachment.cgi?id=29738&action=view)
The clipboard, drag image and other implementations, improved

Removed braces from switch cases, C++ castings now in use, the dragged image is
now held where it was grabbed (used to be held at (0,0)).

Target element (on which the start of the drag was performed) can be NULL if it
has no renderer (but is that even possible, starting a drag on an element with
no renderer?), so we check for its existence and only then decide whether it's
a link or even image that we'll be dragging.


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