]> source.dussan.org Git - jquery-ui.git/commit
Tooltip: Treat the tooltip as closing until it's fully removed
authorScott González <scott.gonzalez@gmail.com>
Tue, 5 Aug 2014 18:19:06 +0000 (14:19 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 6 Aug 2014 19:01:58 +0000 (15:01 -0400)
commit32bef7ad4ea120fb32a79e1ea49bd9b846bcf835
treebd012672cc38ac7f164d3221e8cb19391a57b580
parentd157b669b7b5d3208a2369c4ed9d0b159bb63d74
Tooltip: Treat the tooltip as closing until it's fully removed

This ensures that we don't trigger the close event twice if the tooltip is
destroyed during the hide animation.

Closes gh-1306
tests/unit/tooltip/tooltip_core.js
ui/tooltip.js