scottjehl/Respond

cross-domain/example.html is broken for me in ie8

Closed this issue · 3 comments

Hi guys,

Oh man. I'm struggling over here. I cannot, for the life of me, get respond.js to work with my site. I keep getting permission denied errors on the proxy-html file. I decided to drop back to just the example, and I get the same error! "SCRIPT70: Permission denied" respond-proxy.html, line 46 character 5

My setup is standard. IE10 with the "IE8 Browser Mode" and "IE8 Standards" for Document Mode. I did have to "approve" the script to run when I first loaded the page, since it's a local file (not running it through a web server).

A weird part is that I was able to get it to work ONCE, when I added:

<script>
   document.domain = 'rawgithub.com'
</script>

But... I removed the snippet, and it stopped working (as expected). BUT when I add it back, I can't get it to work again!

I figure that if I can't get the example to work, I really doubt I can find the path to getting the production server working.

Interestingly enough, when I add the above lines, I also get what is apparently a super rare IE error: "SCRIPT444: This method can't be used in this context". I even got that error when the page did work, too!

Am I a unicorn? I'm OK with that. I just need to know that everyone else will work!

Screenshot:
respond

I upgraded to IE11, same issues in ie8 emulation mode.

Respond.js file must be local(same folder as your htlm, php, css and js files). Did it work?

@danieljmg -- ended up scrapping it entirely. Too many CORS / CDN Caching issues.