forked from 0x2620/oxjs
Create tooltip only on mouseenter
This commit is contained in:
parent
37d9424ec8
commit
120a9eda41
3 changed files with 39 additions and 14 deletions
|
|
@ -118,7 +118,7 @@ Ox.MenuButton = function(options, self) {
|
|||
that.gainFocus();
|
||||
that.addClass('OxSelected');
|
||||
from != 'button' && self.$button.options({value: true});
|
||||
self.options.tooltip && that.$tooltip.hide();
|
||||
that.$tooltip && that.$tooltip.hide();
|
||||
self.$menu.showMenu();
|
||||
that.triggerEvent('show');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue