scottjehl/Respond

the cross-domain example http://scottjehl.github.io/Respond/cross-domain/example.html it doesn't work in ie8!

Closed this issue · 5 comments

the cross-domain example http://scottjehl.github.io/Respond/cross-domain/example.html it doesn't work in ie8!

the cross-domain example http://scottjehl.github.io/Respond/cross-domain/example.html it doesn't work in ie8!

Hi,
having an issue that I suspect is related to this. Using respond.js on a site that uses Rackspace CDN.
For this I've set up respond-proxy.html as the example.
But in IE8 it's complaining about Permission Denied when loading external google fonts:

  File: respond-proxy.html, Line: 46, Column: 5
    Permission denied  respond-proxy.html?url=http://mysite/public/4_0/libs/respond/respond.proxy.gif&css=https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800, line 46 character 5

Adding to PanJiaChen's post, I see it's same errors showing if I load the example in IE8:

    Permission denied  respond-proxy.html?url=http%3A%2F%2Fscottjehl.github.io%2FRespond%2Fcross-domain%2Frespond.proxy.gif&css=https%3A%2F%2Frawgithub.com%2Fscottjehl%2FRespond%2Fmaster%2Ftest%2Ftest.css, line 46 character 5

I thought this was resolved, following this issue: #5

Any idea????

/thanks
/javier

image

Also ran into this today. After some debugging we discovered it was because
https://rawgithub.com/scottjehl/Respond/master/test/test.css
now redirects to
https://rawgit.com/scottjehl/Respond/master/test/test.css

so if you replace all 'rawgithub' with 'rawgit' in the file it will work fine.

fritx commented

@bjornicus why not provide a PR ;) just kidding