_propagate: function(n, event) {
        $.ui.plugin.call(this, n, [event, this._uiHash()]);
        if(n == "drag") this.positionAbs = this._convertPositionTo("absolute"); //The absolute position has to be recalculated after plugins
        return this.element.triggerHandler(n == "drag" ? n : "drag"+n, [event, this._uiHash()], this.options[n]);
    },