mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
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:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user