Comment #23 on issue 14654 by [email protected]: HTML5 Drag and drop,  
effectAllowed and dragEffect broken in Chrome.
http://code.google.com/p/chromium/issues/detail?id=14654

Here's what I've worked out so far:
1. The OnDragOver IPC call needs to pass the current drag source operation  
mask. Currently
WebViewImpl::DragTargetDragOver has no way of knowing what it is, so  
there's a hack that makes it use a
hardcoded value  called kDropTargetOperation.
2. The dropEffect set by the target handler needs to be masked against the  
source operation mask, to disallow
operations.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to