We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
release: 2.7.0
frame.content.html: if ('parentIFrame' in window) { parentIFrame.scrollToOffset(1,1); }
gives: Uncaught TypeError: Cannot read property 'x' of undefined iframeResizer.min.js:8
Check: http://widgets.eo.nl/sander/ir/
parentIFrame.scrollTo(1,1) works fine!
The text was updated successfully, but these errors were encountered:
#131 fix get Iframe position
c234955
Argh, that's a lesson not to refactor code when tired and a hole in the unit test for this bit of code.
Fixed v2.7.1.
Sorry, something went wrong.
No branches or pull requests
release: 2.7.0
frame.content.html:
if ('parentIFrame' in window) {
parentIFrame.scrollToOffset(1,1);
}
gives:
Uncaught TypeError: Cannot read property 'x' of undefined iframeResizer.min.js:8
Check:
http://widgets.eo.nl/sander/ir/
parentIFrame.scrollTo(1,1) works fine!
The text was updated successfully, but these errors were encountered: