Monotone-Parent: ae5fd1cb71edba3016f8edd102e7a43615acc56c

Monotone-Revision: 58b4ca502998bfaf9c6b14b5d849b8e4fd883bce

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-13T16:06:59
This commit is contained in:
Francis Lachapelle
2012-03-13 16:06:59 +00:00
parent fd207d4b18
commit 79dbdd7638
8 changed files with 33 additions and 58 deletions
+2 -7
View File
@@ -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"))