From: Stas Vilchik Date: Tue, 20 Dec 2016 12:55:46 +0000 (+0100) Subject: force hide tooltip when destroying it X-Git-Tag: 6.3-RC1~705 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10eb4e6efe8ab845629a451c8dfa6f2eea98494a;p=sonarqube.git force hide tooltip when destroying it --- diff --git a/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js b/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js index a3e36b85a01..4221dfafdd0 100644 --- a/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js +++ b/server/sonar-web/src/main/js/libs/third-party/bootstrap/tooltip.js @@ -301,7 +301,7 @@ var e = $.Event('hide.bs.' + this.type) function complete() { - if (that.hoverState != 'in') $tip.detach() + $tip.detach() that.$element .removeAttr('aria-describedby') .trigger('hidden.bs.' + that.type)