-
-
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
IE8 and IE9: Unexpected message received #55
Comments
Can you try v2.4.8 and send me a link to take a look at with the logging turned on. |
Yep, have done that. See below. There are no additional log messages after On 28 May 2014 12:46, David J. Bradshaw notifications@github.com wrote:
|
Can you cut'n'paste the log. You should be seeing lots of log messages if you add |
Oh image just came through. Seems it gets slowly cached. |
It turns out it was the way I was setting options: I shouldn't have the square brackets: Thanks for your help, and this great tool! |
Glad it got sorted. |
Hi
I'm getting the following error in IE8 and IE9.
SCRIPT5022: Unexpected message received from: http://domain.com for iFrameResizer0. Message was: [iFrameSizer]iFrameResizer0:180:983:init
The iframe url and the script url are the same, and I've also set checkOrigin to false.
Here's how I'm initialising it:
$('#wrapper iframe').iFrameResize([{checkOrigin: false, heightCalculationMethod: "max"}]);
I'm on v2.4.6 - 2014-05-08.
Any suggestions as to what I might be doing wrong?
Many thanks
Jonny
The text was updated successfully, but these errors were encountered: