[Webkit-unassigned] [Bug 34970] onDrop does not fire and -webkit-user-drop has no effect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 16 02:32:59 PST 2010


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


Pat <micropat+bugzilla at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Pat <micropat+bugzilla at gmail.com>  2010-02-16 02:32:59 PST ---
My apologies, this seems to only affect Google Chrome right now.

Latest Webkit works according to the HTML spec for drag & drop.

dropEffect must be set for the dragover handler because the default dropEffect
is nothing ('do not drop').

evt.dataTransfer.dropEffect = 'move';

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