Selectmenu: use _hoverable and _focusable for button events

This commit is contained in:
Felix Nagel 2012-02-23 23:32:17 +01:00
parent 29effb38eb
commit 96102f7692

View File

@ -51,6 +51,8 @@ $.widget( "ui.selectmenu", {
this._drawButton();
this._bind( this.button, this._buttonEvents );
this._hoverable( this.button );
this._focusable( this.button );
this._drawMenu();