I think some of this is already known, but maybe not all of it so i thought 
I would share what i have found.

Getting dragging and dropping with internal links to work in IE has been a 
hassle. I still haven't figured it out.

1. Unless the MOTW is correctly set dragging and dropping internal links in 
IE11 doesn't seem to work at all. I wonder if it is possible to 
auto-generate it? 

2. IE11 doesn't seem to like you calling dataTransfer.clearData(); in 
widget/link.js so i moved it inside the if(!$tw.browser.isIE) { statement.

2.1 Even doing this only enables creating a new tiddler with it's contents 
set as a link to the tiddler you dragged (within the same TW instance)

3. Interestingly fully highlighting the link and dragging it gets closer 
results to what you expect. It still creates a new tiddler rather than 
opening one but the contents are the set to the same contents of the 
tiddler you dragged.
3.1 highlighting and dragging causes errors in chrome

I made a qucik sample using tiddlywiki.com which allows dragging as 
mentioned in 2 and 3.

http://welford.github.io/ie_is_a_drag.html

-- 
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/d/optout.

Reply via email to