There seems to be a few code bugs for drag/drop when using IE.

In: /core/modules/widgets/link.js

1. IE does not support the dataTransfer method setDragImage

2. For IE, dataTransfer method setData, the format parameter can only be 
"Text" or "URL" and not a custom type.

The first one seems easy to fix (detect support and skip). The second one 
however, I'm not sure. What breaks when everything is passed as Text during 
a drag/drop and not "text/vnd.tiddler". Seems some other sort of content 
type detection would be needed.

David

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to