We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d421b commit 739326eCopy full SHA for 739326e
ui/jquery.ui.dialog.js
@@ -186,10 +186,6 @@ $.widget("ui.dialog", {
186
});
187
}
188
189
- // TODO use andSelf()
190
- // TODO get rid of this?! why do we need to disable selection anyway?
191
- uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar ).disableSelection();
192
-
193
// TODO use button? or at least a button element, so that SPACE works?
194
this._hoverable( uiDialogTitlebarClose );
195
this._focusable( uiDialogTitlebarClose );
0 commit comments