diff options
-rw-r--r-- | ui/jquery.ui.tooltip.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index f38379f21..bb6ea6d88 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -140,6 +140,8 @@ $.widget( "ui.tooltip", { this._find( target ).position( $.extend({ of: target }, this.options.position ) ); + // Stop tacking (#8622) + this._off( this.document, "mousemove" ); return; } |