Status: Untriaged Owner: [email protected] CC: [email protected] Labels: Type-Bug Pri-2 OS-Windows Area-WebKit Size-Medium
New 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 The effectAllowed and dropEffect properties of the DataTransfer object allows the page to decide what kind of effect dragging things has. For example if I set effectAllowed to "linkMove" and then the dropEffect to "move" the effect is to do a move dnd action and we should show the move cursor. In Chrome, if I set effectAllowed to something that does not contain "copy" I cannot do any drag and drop. FWIW, this works in Safari 4. Attachments: dnd.html 2.0 KB -- 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 -~----------~----~----~----~------~----~------~--~---
