fixed #3012 - Dialog causing iframe load event to fire in firefox 2

This commit is contained in:
Richard Worth 2008-06-28 13:48:01 +00:00
parent 60312808d0
commit fbdb9f08a9

View File

@ -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();