_propagate: function(n,e) {
        $.ui.plugin.call(this, n, [e, 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, [e, this.uiHash()], this.options[n]);
    },