]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix for #13747
authorErwan Jegouzo <EJegouzo@vscatny.com>
Tue, 10 Jun 2014 21:36:03 +0000 (17:36 -0400)
committerChris Rebert <code@rebertia.com>
Wed, 18 Jun 2014 00:56:15 +0000 (17:56 -0700)
Closes #13782 by merging it.

js/tooltip.js

index 38940a384d8f14fe41d0e46468a766200eb906f2..c62a5061a4b4e820506c65cec80917d2b5de4e68 100644 (file)
         var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
 
         this.applyPlacement(calculatedOffset, placement)
-        this.hoverState = null
 
         var complete = function () {
           that.$element.trigger('shown.bs.' + that.type)
+          that.hoverState = null
         }
 
         $.support.transition && this.$tip.hasClass('fade') ?