From ca44391e5c858aeb5025755380018012e80be868 Mon Sep 17 00:00:00 2001 From: Scott González Date: Tue, 13 Jan 2009 02:51:13 +0000 Subject: Draggable: Reverted r1597 - no idea if there are cases that need to be handled that aren't in the test suite. --- ui/ui.draggable.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 7aec8f964..cbc686575 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -370,6 +370,7 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, { _trigger: function(type, event) { $.ui.plugin.call(this, type, [event, this._uiHash()]); + if(type == "drag") this.positionAbs = this._convertPositionTo("absolute"); //The absolute position has to be recalculated after plugins $.widget.prototype._trigger.call(this, type, event, this._uiHash()); return event.returnValue; }, -- cgit v1.2.3