Wykres commitów

4 Commity (7ba9cbc052ed85bb4ffc8e3b59fb7d0747dd50ff)

Autor SHA1 Wiadomość Data
Jermolene 50268d9231 Killer typo 2017-03-29 09:22:51 +01:00
Jermolene 1e106a8f3d Better handling of dropeffect 2017-03-28 15:09:36 +01: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
Jermolene eba1c3c160 Improve support for drag and drop
Documentation TBD
2017-03-19 19:33:56 +00:00