-
-
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 throwing error "Object doesn't support this property or method" #303
Comments
Oh just delete that, it’s never used. On Fri, Dec 18, 2015 at 3:16 PM, regauser notifications@github.com wrote:
David J. Bradshaw )'( dave@bradshaw.net 'The people we think are a little weird are the ones who change the world'
|
Hi David Thanks for your prompt reply. Can you explain which bit I need to delete? The line of code I detailed above is in jQuery, and I don't want to delete anything from there. In which case were you telling me delete the ie8 polyfils file? Or, more likely, were you telling me to delete some code from within the iFrameResizer script files? In which case could you indicate which parts and from which files? I can see several references to "removeEventListener " in both the host page and content page .js files, and unfortunately I'm not confident about what is safe to delete / comment out. Do you know if this error message is something that is likely to be rectified in a future version of iFrameResizer? Thanks again David |
delete documentremoveEventListener from the polyfil On Mon, Dec 21, 2015 at 10:01 AM, regauser notifications@github.com wrote:
David J. Bradshaw )'( dave@bradshaw.net |
Hi David Sorry, I'm confused... I can't find any removeEventListener anywhere in the ie8.polyfils.js file. Thanks David |
Hi David, I am facing same issue as well I am using iFrame Resizer (iframeSizer.min.js ) - v3.5.1 - 2015-11-04 Could you please help with this Thanks, |
Fixed in v3.5.2 |
Hi
I am trying to update my implementation of iFrameResizer from v2.8.6 to v3.5.1.
I want to support IE8, and have noted that with v3 I need to include the IE8 polyfils file.
I am using jquery version 1.11.3, which is the latest version that supports IE8.
However, IE8 is throwing an error "Object doesn't support this property or method".
This is coming from something in iFrameResizer causing jQuery to call... document.removeEventListener( "DOMContentLoaded", completed, false )
I believe that IE8 doesn't have the document.removeEventListener method, and I can't see anything in the IE8 polyfils file that adds that method.
Is there something missing from the polyfils file? Or, can you see anything else that I have done wrong?
Here is an basic example, using v3.5.1, where you can see the error...
http://www.wavyd.com/tests/iframeresizerie8/3.5.1/
Note, the demo uses the source code version of jquery 1.11.3, so it's easier for you guys to see what is going on.
Thanks very much
David
The text was updated successfully, but these errors were encountered: