-
Notifications
You must be signed in to change notification settings - Fork 137
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
Doesn't work on multiple pages in iframe #187
Comments
A couple requests:
I ask because I cannot reproduce this problem. It seems to work for me in Firefox and Chromium. Here is the iframe-test.html<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>PowerTip iframe Test</title>
</head>
<body>
<h1>PowerTip <code><iframe></code> Test</h1>
<iframe width="800" height="600" src="https://stevenbenner.github.io/jquery-powertip/"></iframe>
</body>
</html> |
It was the latest Chrome, but the same issue was in other browsers
The code with powertip usage is just purely basic, init on page load and that's it.
Yes, I assume the reason would be here somewhere. So basically the application is running as embedded application in the Shopify admin. So the admin works by itself and it serves an iframe, where the application page is displayed. |
My app is an embedded one and is displayed in iframe.
And Powertip only works on initial page load. When I move to another page and then move to the initial one, tooltips are no longer showing.
Init code runs just fine, but does nothing. Powertip->destroy with further init also does nothing.
Only full page reload helps, but it is not a solution.
The text was updated successfully, but these errors were encountered: