Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Update: line 1627 - Dynamic tooltips and IE, with a .live mouseenter issue #348

Merged
merged 1 commit into from May 19, 2012
Merged

Conversation

jasonday
Copy link
Contributor

Original: $(this).removeAttr('title').attr(oldtitle, title);
Change: $(this).removeAttr('title').attr(oldtitle, title).attr('title','');

Dynamic/Ajax loaded tooltips in IE show the default browser title attribute and tooltip on initial mouseover. Adding .attr('title','') fixes the issue.

Change: $(this).removeAttr('title').attr(oldtitle, title).attr('title','');
Dynamic/Ajax loaded tooltips in IE show the default browser title attribute and tooltip on initial mouseover. Adding .attr('title','') fixes the issue.
@Craga89
Copy link
Contributor

Craga89 commented May 17, 2012

Awesome fix, cheers movemaine! Any chance you can run the post-commit hooks so I can merge this straight in please?

@jasonday
Copy link
Contributor Author

Hey Craga89 - new to github, so not quite sure how to do that. I"ll find out. Also note that I did not change the minified or other versions.

Craga89 added a commit that referenced this pull request May 19, 2012
Update: line 1627 - Dynamic tooltips and IE, with a .live mouseenter issue
@Craga89 Craga89 merged commit 36d317e into qTip2:master May 19, 2012
@ghost ghost assigned Craga89 Nov 27, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants