Dialog: move to top when opening again, and focus as if opened from scratch.

This commit is contained in:
Jörn Zaefferer 2012-10-26 11:08:35 -04:00
parent 8ee8046c02
commit 0a25b2c448

View File

@ -279,6 +279,8 @@ $.widget("ui.dialog", {
open: function() {
if ( this._isOpen ) {
this.moveToTop( null, true );
this._focusTabbable();
return;
}