Author: nathangray
New Revision: 55676
URL: http://svn.stylite.de/viewvc/egroupware?rev=55676&view=rev
Log:
Remove scroll check, doesn’t appear to be needed anymore and it was stopping dnd on skinny (< 15px) nodes
Modified:
trunk/egroupware/api/js/egw_action/egw_action_dragdrop.js
— trunk/egroupware/api/js/egw_action/egw_action_dragdrop.js (original)
+++ trunk/egroupware/api/js/egw_action/egw_action_dragdrop.js Thu Apr 7 18:48:13 2016
@@ -342,15 +342,6 @@
return ai.defaultDDHelper(ai.selected);//$j(document.createElement(“div”)).addClass(‘et2_egw_action_ddHelper’);
},
“start”: function(e) {
-
//Stop dragging if user tries to do scrolling by mouse down and drag
-
//Seems this issue is only happening in FF
-
var $target = $j(e.originalEvent.target);
-
if(e.originalEvent.pageX - $target.offset().left + 15 > $target.innerWidth())
-
{
-
return false;
-
}
-
return ai.helper != null;
},
revert: function(valid)
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs