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

tooltip does not show up in iframe #155

Open
kenkang20 opened this issue Mar 5, 2018 · 0 comments
Open

tooltip does not show up in iframe #155

kenkang20 opened this issue Mar 5, 2018 · 0 comments

Comments

@kenkang20
Copy link

I am working on a legacy system which has many iframe using top frame's jQuery object. In a iframe page, the plot tooltip plugin is called, but tooltip doesn't show up because of follows.

$tip.appendTo('body').hide().css({position: 'absolute'});
'body' always means top frame's body instead of current iframe's body, so I have figured it out by this change

$tip.appendTo($('body')).hide().css({position: 'absolute'});

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

No branches or pull requests

1 participant