Monotone-Parent: 856583f8779d38a6978fe4db950c4067c8a38e9c

Monotone-Revision: 198c312f6f50dd9e647df21a626b63d5737a368b

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-01T20:09:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-01 20:09:26 +00:00
parent 0c2a455616
commit ae87e98bf2
3 changed files with 17 additions and 1 deletions
+5 -1
View File
@@ -660,8 +660,8 @@ function messageListCallback(http) {
table = $('messageList');
configureMessageListEvents(table);
TableKit.Resizable.init(table, {'trueResize' : true, 'keepWidth' : true});
setTimeout ('configureDragAndDrop ();', 500);
}
configureDragAndDrop ();
configureMessageListBodyEvents(table);
var selected = http.callbackData;
@@ -1756,6 +1756,7 @@ function onLoadMailboxesCallback(http) {
checkAjaxRequestsState();
getFoldersState();
updateStatusFolders();
configureDragAndDrop ();
}
}
else
@@ -2231,6 +2232,9 @@ Mailbox.prototype = {
function configureDragAndDrop () {
Droppables.empty ();
Draggables.empty ();
var mainElement = new Element ("div", {id: "dragDropVisual"});
document.body.appendChild(mainElement);
mainElement.absolutize ();