diff --git a/source/Ox.UI/js/Form/Button.js b/source/Ox.UI/js/Form/Button.js index 9021bce1..1b0fcf70 100644 --- a/source/Ox.UI/js/Form/Button.js +++ b/source/Ox.UI/js/Form/Button.js @@ -114,6 +114,7 @@ Ox.Button = function(options, self) { function click() { if (!self.options.disabled) { + that.$tooltip && that.$tooltip.hide(); that.triggerEvent('click'); if (self.options.values.length || self.options.selectable) { that.toggle();