Monotone-Parent: 57d2e167583adbd4475204645de003a2e089bd24

Monotone-Revision: f477b77ceeee0f0f12bc02c70d58dc589a7d9d55

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-07T15:14:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-07 15:14:59 +00:00
parent 8283864fe5
commit 883cd44635
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
draggable)
* UI/WebServerResources/ContactsUI.js: Fixed Drag&Drop issue (header was
draggable)
* UI/WebServerResources/MailerUI.js: Revert
* UI/WebServerResources/ContactsUI.js: Revert
2009-07-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>

View File

@@ -2240,11 +2240,9 @@ function configureDragAndDrop () {
mainElement.absolutize ();
mainElement.style.display = "none";
var tbody = $$("TABLE#messageList tbody").first ();
new Draggable ("dragDropVisual",
{
handle: /*tbody.identify ()*/ "messageList",
handle: "messageList",
onStart: startDragging,
onEnd: stopDragging,
onDrag: whileDragging