xxfxxf / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

Allow custom types for HTML5 drag and drop #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
CEF does not support custom types for getData(). See 
http://code.google.com/p/chromium/issues/detail?id=98259 for more discussion.

Original issue reported on code.google.com by magreenb...@gmail.com on 30 Sep 2011 at 8:54

GoogleCodeExporter commented 9 years ago
That should be http://code.google.com/p/chromium/issues/detail?id=93514 instead.

Original comment by magreenb...@gmail.com on 30 Sep 2011 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 4 Oct 2011 at 2:20

GoogleCodeExporter commented 9 years ago
Due to the way the clipboard (IDataObject) works on Windows it seems necessary 
to know the content type in advance in order to retrieve the data (see 
ClipboardUtil::GetPlainText() in ui/base/clipboard/clipboard_util_win.cc). As a 
result, it's not immediately obvious how to implement this feature request on 
the Windows platform.

Original comment by magreenb...@gmail.com on 20 Oct 2011 at 4:20

GoogleCodeExporter commented 9 years ago
Due to the findings in comment #3 I'm marking this issue as WontFix.

Original comment by magreenb...@gmail.com on 20 Oct 2011 at 4:31