1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-14 10:00:02 +00:00
Jermolene d3fe4f600a Partially fix drag and drop on IE11
These changes allow drag and drop to work with one issue: <a> links are
not draggable; draggable divs, spans, buttons etc. seem to work fine.
There’s some issue with IE11 that I don’t understand.

For testing, you can force links to become spans by changing line 64 of
$:/core/modules/widgets/link.js to:

	var domNode = this.document.createElement("span");
2017-03-27 09:59:40 +01:00
..
2016-10-20 09:44:52 +01:00
2014-02-10 13:51:38 +00:00
2014-04-27 20:03:33 +01:00
2017-03-19 19:33:56 +00:00
2016-04-22 08:36:29 +01:00
2014-04-27 20:03:33 +01:00
2016-05-02 10:29:26 +01:00
2014-06-13 14:44:43 +01:00
2013-11-10 19:22:10 +00:00
2013-12-21 16:11:48 +00:00
2015-03-23 15:28:26 +00:00
2014-08-28 21:43:44 +01:00
2014-11-09 17:10:18 +00:00
2015-05-07 19:44:08 +01:00
2017-03-19 19:33:56 +00:00