mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-14 22:34:58 -05:00
Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to avoid resizable bug.
This commit is contained in:
@@ -312,7 +312,7 @@ $.widget("ui.dialog", {
|
||||
|
||||
this.uiDialog.resizable({
|
||||
cancel: '.ui-dialog-content',
|
||||
alsoResize: this.element,
|
||||
alsoResize: this.element[0],
|
||||
helper: options.resizeHelper,
|
||||
maxWidth: options.maxWidth,
|
||||
maxHeight: options.maxHeight,
|
||||
|
||||
Reference in New Issue
Block a user