-
-
Notifications
You must be signed in to change notification settings - Fork 983
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
iframeResize.moveToAnchor() not working (@3.5.4) #374
Labels
Comments
Hmm, looks like you might be the first person ever to use that :) Yep that's a bug. |
davidjbradshaw
added a commit
that referenced
this issue
Jun 13, 2016
Can you try the dev branch version and let me know if that fixes things for you, before I make a formal release. |
davidjbradshaw
added a commit
that referenced
this issue
Jun 13, 2016
I confirm, it's working after your commit. |
Waiting for the release :) |
v3.5.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When moveToAnchor() is called from the parent, the iframe is not processing the message.
This method send a messageType :
Then in iframeResizer.contentWindow.js there is no an event for inPageLink ... so... nothing happen.
If i call moveToAnchor() in :
everything works as expected.
The text was updated successfully, but these errors were encountered: