INN / impaq-me

A social fundraising tool that enables funders to give money to nonprofits any time a user shares one of their stories and/or someone clicks back to the site via an impaq.me short url. This project is no longer active.
http://impaq.inn.org
GNU General Public License v2.0
0 stars 0 forks source link

icons not displaying in IE and Firefox on PCs #115

Closed aschweigert closed 10 years ago

aschweigert commented 10 years ago

Reports from users that the heart and email icons are not displaying correctly, see screenshot. image003

searls commented 10 years ago

Thanks Adam. I'll spin up a VM to test this as soon as possible

aschweigert commented 10 years ago

more browsers where this is happening (from a user):

In Firefox (on all our computers) – broken image icon shown In Internet Explorer (on all our computers) – icons just missing entirely In Opera on my iPad

I've verified that the icons are not showing in the latest firefox (mac os) but haven't looked at the others yet.

searls commented 10 years ago

Would you mind sharing a public-facing article URL you're seeing this with so that I can be sure we're testing the same thing?

On Tue, Jul 29, 2014 at 11:50 AM, Adam Schweigert notifications@github.com wrote:

more browsers where this is happening (from a user): In Firefox (on all our computers) – broken image icon shown In Internet Explorer (on all our computers) – icons just missing entirely In Opera on my iPad

I've verified that the icons are not showing in the latest firefox (mac os) but haven't looked at the others yet.

Reply to this email directly or view it on GitHub: https://github.com/testdouble/impaq-me/issues/115#issuecomment-50495717

aschweigert commented 10 years ago

http://voiceofsandiego.org/2014/07/29/that-big-investigation-of-sdpd-isnt-actually-an-investigation/

searls commented 10 years ago

Okay, browser checklist time:

searls commented 10 years ago

It would seem that our font-fetching is triggering same-origin policy violations in non-webkit browsers. Ugh. I didn't catch this in development b/c we don't use a CDN locally (obviously). Will take me a while to figure out how to get a feedback loop around this that's better than "keep pushing to production"

Screen of the FF console:

screen shot 2014-07-30 at 8 48 16 am

jasonkarns commented 10 years ago

Note that this will soon include webkit browsers (or at least Blink)

Blink is considering rejecting non spec-compliant cross-origin web font requests: http://cdn.impaq.me/iframe-assets/font/proxima-nova-light.woff. Please use Access-Control-Allow-Origin to make these requests spec-compliant.

On Wed, Jul 30, 2014 at 8:49 AM, Justin Searls notifications@github.com wrote:

It would seem that our font-fetching is triggering same-origin policy violations in non-webkit browsers. Ugh. I didn't catch this in development b/c we don't use a CDN locally (obviously). Will take me a while to figure out how to get a feedback loop around this that's better than "keep pushing to production"

Screen of the FF console:

[image: screen shot 2014-07-30 at 8 48 16 am] https://cloud.githubusercontent.com/assets/79303/3749109/f46ab344-17e7-11e4-871e-3527d02e2576.png

— Reply to this email directly or view it on GitHub https://github.com/testdouble/impaq-me/issues/115#issuecomment-50609397.

searls commented 10 years ago

Fixed. Here's firefox now:

screen shot 2014-07-30 at 9 22 39 pm

aschweigert commented 10 years ago

Great, thanks.

Adam Schweigert

mobile: 812-219-2624

gtalk: aschweigert

http://adamschweigert.com

twitter: @aschweig http://twitter.com/aschweig

On Wed, Jul 30, 2014 at 9:23 PM, Justin Searls notifications@github.com wrote:

Fixed. Here's firefox now:

[image: screen shot 2014-07-30 at 9 22 39 pm] https://cloud.githubusercontent.com/assets/79303/3758839/39129174-1851-11e4-94da-e52700893de5.png

— Reply to this email directly or view it on GitHub https://github.com/testdouble/impaq-me/issues/115#issuecomment-50702479.