mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Monotone-Parent: ae5fd1cb71edba3016f8edd102e7a43615acc56c
Monotone-Revision: 58b4ca502998bfaf9c6b14b5d849b8e4fd883bce Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-13T16:06:59
This commit is contained in:
@@ -2928,7 +2928,7 @@ function configureDraggables() {
|
||||
onEnd: stopDragging,
|
||||
onDrag: whileDragging,
|
||||
scroll: "folderTreeContent",
|
||||
delay: 250 });
|
||||
delay: 100 });
|
||||
}
|
||||
|
||||
function configureDroppables() {
|
||||
@@ -2961,9 +2961,6 @@ function startDragging (itm, e) {
|
||||
if (target.up('TBODY') == undefined)
|
||||
return;
|
||||
|
||||
console.info("start dragging");
|
||||
$("mailboxList").setStyle({ overflow: "visible" });
|
||||
|
||||
var row = target.up('TR');
|
||||
var handle = $("dragDropVisual");
|
||||
var selectedIds = $("messageListBody").getSelectedRowsId();
|
||||
@@ -2999,9 +2996,7 @@ function whileDragging (itm, e) {
|
||||
}
|
||||
}
|
||||
|
||||
function stopDragging() {
|
||||
console.info("stop dragging");
|
||||
$("mailboxList").setStyle({ overflow: "auto" });
|
||||
function stopDragging () {
|
||||
var handle = $("dragDropVisual");
|
||||
handle.hide();
|
||||
if (handle.hasClassName("copy"))
|
||||
|
||||
Reference in New Issue
Block a user