mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Remove deprecated disableSelection() usage.
This commit is contained in:
parent
4632780435
commit
b6cefc797e
4
ui/jquery.ui.dialog.js
vendored
4
ui/jquery.ui.dialog.js
vendored
@ -186,10 +186,6 @@ $.widget("ui.dialog", {
|
||||
});
|
||||
}
|
||||
|
||||
// TODO use andSelf()
|
||||
// TODO get rid of this?! why do we need to disable selection anyway?
|
||||
uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar ).disableSelection();
|
||||
|
||||
// TODO use button? or at least a button element, so that SPACE works?
|
||||
this._hoverable( uiDialogTitlebarClose );
|
||||
this._focusable( uiDialogTitlebarClose );
|
||||
|
Loading…
Reference in New Issue
Block a user