]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix hidden.bs.tooltip and shown.bs.tooltip events firing too early in tooltip.js 10199/head
authorLukasz Fiszer <lukasz.fiszer@gmail.com>
Mon, 26 Aug 2013 18:57:47 +0000 (20:57 +0200)
committerLukasz Fiszer <lukasz.fiszer@gmail.com>
Mon, 26 Aug 2013 18:57:47 +0000 (20:57 +0200)
commit0adb4e35f0d773caa6cff65a6f760001089c5ffb
treecabac5d4ea48156fbdf09b640f84b8d03cd5bcdd
parent8f83a6010a05e673c3e0dcfbd97e8b8ddc3d9135
Fix hidden.bs.tooltip and shown.bs.tooltip events firing too early in tooltip.js

* events fire only after the CSS animation is completed
* this fixes also events in popover.js (as it inherits from tooltip.js)
js/tooltip.js