From d82aaa615959578df9cae703223c252a032df57f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 5 Sep 2008 11:43:32 +0000 Subject: [PATCH] Monotone-Parent: 2c72d8da724d85fd836b547156f6c653ebb44991 Monotone-Revision: 9d41cb8ec35d1bfd5bde3fc6d323bc42d41fffcd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-05T11:43:32 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/SOGoDragHandles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UI/WebServerResources/SOGoDragHandles.js b/UI/WebServerResources/SOGoDragHandles.js index 830a8109a..1b89f93aa 100644 --- a/UI/WebServerResources/SOGoDragHandles.js +++ b/UI/WebServerResources/SOGoDragHandles.js @@ -91,7 +91,8 @@ var SOGoDragHandlesInterface = { Event.stopObserving(document.body, "mousemove", this.moveBound, true); document.body.setAttribute('style', ''); - + document.body.setStyle({ cursor: "default" }); + Event.stop(event); }, move: function (event) {