Description
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