-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Anyone out there used this with IE9? It's ok with IE7 and IE8, but with IE9 I'm getting a crash on
FustyFlowFile iFrameLoaded, where it tries to access
$.iFrame.contentWindow.document.body.innerHTML
The $.iFrame.contentWindow.document exists, but things inside there are ropey and .body.innerHTML doesn't exist. That's the crash I'm getting. I can't avoid this: I need the contents of that network response, so I have to fix this, and I can't stub it out.
Sadly the IE11 IE9 emulator (!) crashes when I much about with this, probably because of the same IE "security" issues which are causing the IE9 problem. The Angular demo of fusty-flow appears to work in IE9.... but it doesn't actually do any upload, so that's no test.
Anyone... I need a way to get the innerHTML from an ie9 iframe I guess, and that needs to be in here, else IE9 doesn't work.
I think.