Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge f09b693 into 3541c54
  • Loading branch information
kenjiyamamoto committed Nov 17, 2012
2 parents 3541c54 + f09b693 commit 4956de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.resizable.js
Expand Up @@ -251,7 +251,7 @@ $.widget("ui.resizable", $.ui.mouse, {

// bugfix for http://dev.jquery.com/ticket/1749
if (el.is('.ui-draggable') || (/absolute/).test(el.css('position'))) {
el.css({ position: 'absolute', top: iniPos.top, left: iniPos.left });
el.css({ position: 'absolute', top: this.element.css('top'), left: iniPos.left });
}

this._renderProxy();
Expand Down

0 comments on commit 4956de5

Please sign in to comment.