Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2nd Reopen - Suggested fix for #8740 #1053

Closed
wants to merge 7 commits into from
Closed

2nd Reopen - Suggested fix for #8740 #1053

wants to merge 7 commits into from

Conversation

mziech
Copy link
Contributor

@mziech mziech commented Aug 10, 2013

Tooltip: Register event handlers before content is loaded. Fixes #8740 - Tooltip: Does not hide consistently with dynamically loaded content.

See http://bugs.jqueryui.com/ticket/8740

This pull request incorporates all suggested changes from #992 including the fixed commit message.

…0 - Tooltip: Does not hide consistently with dynamically loaded content.
@tjvantoll
Copy link
Member

This looks good to me. There are some jshint issues with your second test, but we might be able to just drop that one.

@tjvantoll
Copy link
Member

@scottgonzalez Any concerns with landing this? @mziech addressed your concerns from #992 and I verified this indeed fixes the issue.

@jzaefferer you may also want to take a look.

tekumara added a commit to ebi-gene-expression-group/atlas that referenced this pull request Nov 7, 2013
var element = $( "#tooltipped1" ).tooltip({
content: function( response ) {
element.trigger( "mouseleave" );
setTimeout(function () {
Copy link
Member

Choose a reason for hiding this comment

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

No space between function and ().

@mziech
Copy link
Contributor Author

mziech commented Feb 9, 2014

Ok, I incorporated the recent change request and updated the pull request.

@r2musings
Copy link

Any idea when this will be in a release? It fixes the issue for me of multiple tooltips showing when I have AJAX content.

@ioquatix
Copy link

Bump.

scottgonzalez pushed a commit to scottgonzalez/jquery-ui that referenced this pull request Feb 24, 2015
@scottgonzalez
Copy link
Member

@mziech I know it's been forever since you sent this, but can you look at #1456 which applies your changes on top of master?

@ioquatix
Copy link

Yay progress 👍

scottgonzalez pushed a commit that referenced this pull request Mar 10, 2015
Fixes #8740
Closes gh-1053
Closes gh-1456
(cherry picked from commit c4e367b)
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.

5 participants