Status: Available
Owner: a...@chromium.org
CC: s...@chromium.org
Labels: Type-Bug Pri-2 Area-WebKit OS-All Area-Compat-Web HTML5

New issue 31037 by a...@chromium.org: DataTransfer does not work with non  
text or url.
http://code.google.com/p/chromium/issues/detail?id=31037

In a drag and drop event as well as in copy/cut/paste events one can access
the Clipboard object using e.dataTransfer as well e.clipboardData.

The Clipboard object has methods for setting and getting the data but
Chromium hard codes to only support:

'text', 'text/plain', 'text/plain;...', 'url' and 'text/uri-list'

(in clipboardTypeFromMIMEType in ClipboardChromioum.cpp)

However, HTML5 allows any mime type to be used.
http://dev.w3.org/html5/spec/Overview.html#dom-datatransfer-getdata

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