[Webkit-unassigned] [Bug 37012] dropEffect not set to correct default values in dragenter / dragover

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 10 13:01:27 PDT 2014


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


webkit at stretchedout.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at stretchedout.com




--- Comment #18 from webkit at stretchedout.com  2014-08-10 13:01:33 PST ---
On reviewing this case, it appears that if the value of datatransfer.effectAllowed is set in dragstart, it is supposed to be retained during the drag, but it's being reset to "all" sometime before the dragenter event. This means that drag sources can't specify that they only allow copying, moving or linking from their data. 

You may need to solve both of these to actually "fix" this bug.

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