Issue 2141: Drag and Drop, dataTransfer.getData("URL") returns undefined
http://code.google.com/p/chromium/issues/detail?id=2141New issue report by nigel.tao.gnome: Product Version : 0.2.149.29 (1798) URLs (if applicable) : http://nigel.tao.googlepages.com/drag-and-drop- datatransfer-url.html Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 3: OK (this was tested on Safari 3 on Mac OS X) Firefox 3: FAIL IE 7: OK When drag-and-dropping a URL or file onto a DOM element (processed in its ondrop handler), window.event.dataTransfer is a valid JavaScript object, but calling getData('Text') or getData('URL') on it will return undefined in Chrome (as opposed to both 'Text' and 'URL' returning the URL (as a string) on IE and on Safari). HTML5 Drag and Drop spec: http://www.whatwg.org/specs/web-apps/current- work/multipage/editing.html#dnd Issue attributes: Status: Unconfirmed Owner: [EMAIL PROTECTED] Labels: Type-Bug Pri-2 OS-All Area-Unknown -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
