aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ui.draggable.js1
1 files changed, 1 insertions, 0 deletions
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;
},