mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
fixed #3012 - Dialog causing iframe load event to fire in firefox 2
This commit is contained in:
parent
60312808d0
commit
fbdb9f08a9
@ -245,7 +245,7 @@ $.widget("ui.dialog", {
|
||||
if (this.isOpen) { return; }
|
||||
|
||||
this.overlay = this.options.modal ? new $.ui.dialog.overlay(this) : null;
|
||||
this.uiDialog.appendTo('body');
|
||||
(this.uiDialog.next().length > 0) && this.uiDialog.appendTo('body');
|
||||
this.position(this.options.position);
|
||||
this.uiDialog.show(this.options.show);
|
||||
this.options.autoResize && this.size();
|
||||
|
Loading…
Reference in New Issue
Block a user