mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 22:47:55 -05:00
fixed #3012 - Dialog causing iframe load event to fire in firefox 2
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user