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