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 7c876dc9af
commit 443236b122

View File

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