Skip to content

Conversation

couchand
Copy link
Contributor

... - Delegated tooltips don't close when the tooltipped element is removed

http://bugs.jqueryui.com/ticket/8646#comment:6

…646 - Delegated tooltips don't close when the tooltipped element is removed
@@ -244,6 +246,9 @@ $.widget( "ui.tooltip", {
fakeEvent.currentTarget = target[0];
this.close( fakeEvent, true );
}
},
remove: function( event ) {
that._removeTooltip( tooltip );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use this inside event handlers.

@scottgonzalez
Copy link
Member

Thanks, landed in 3b2d1e7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants