| Issue 367: | DnD is interrupted in IE8 with auto-expand feature | |
| 3 people starred this issue and may be notified of changes. | Back to list |
(request https://groups.google.com/d/msg/dynatree/Bxl9s4MXjs4/3DsNzinVCQ0J) just tried Drag'n'drop 2 from the examples place in IE8. DnD seem to fail when I trie dto drag Item 1 into Folder 3. sequence of events: 1. drag item 1 to Folder 3. 2. Folder 3 Expands. 3. drag cursor is lost and replaced with don't don't drag cursor. The functionality works fine with FF and chrome. Thank You Howie
Oct 24, 2012
Issue 317 has been merged into this issue.
Feb 10, 2013
(No comment was entered for this change.)
Summary:
DnD is interrupted in IE8 with auto-expand feature
(was: DnD seems to fail in IE8)
Feb 10, 2013
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.3 Milestone-Release1.2.4
Feb 12, 2013
1.2.4 was a hotfix
Labels:
-Milestone-Release1.2.4 Milestone-Release1.2.5
Sep 7, 2013
(No comment was entered for this change.)
Status:
Accepted
Owner: --- Labels: -Milestone-Release1.2.5 Milestone-Release1.2.x
May 10, 2014
I don't see a simple solution - will reopen, when I find out more or receive a patch.
Status:
WontFix
May 11, 2014
(No comment was entered for this change.)
Labels:
-Milestone-Release1.2.x Milestone-Release1.2.6
|
This problem can be reproduced with Dynatree 1.2.1 (and probably earlier) Somehow caused by jQuery UI (at least 1.8.16+ and 1.9) {{{ $.widget("ui.mouse", { [...] _mouseMove: function(event) { // IE mouseup check - mouseup happened when mouse was out of window if ($.browser.msie && !(document.documentMode >= 9) && !event.button) { return this._mouseUp(event); } }}}