-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image does not appear when viewing recent images in Safari 5.1.7 #66
Comments
Hmm, interesting. That picture is rendered in Canvas -- is Safari 5.1.7 the On Tue, Aug 12, 2014 at 4:24 PM, skilfullycurled [email protected]
|
It is not, Safari 6 is. However, despite the fact that the Apple download site has a version of Safari 6 for 10.7, and 10.6, it does not appear in my software updates, so I think it only works in 10.8 and above. I may have a laptop somewhere with Safari 6, I'll take a look. |
The problem persists on Safari 6.1.5. |
OK - for now I think we're going to have to recommend you use Chrome or Firefox unless someone steps up to fix this bug -- on staff, we're a bit overcommitted at the moment, apologies! The error is:
get_channels = function(img) {
var b, g, i, mkImage, n, r, _i;
n = img.width \* img.height;
|
Absolutely no problem! I primarily use Firefox, it just so happened that I was using Safari and I noticed it. |
Shoot. I accidentally closed this. Reopening. |
I'm not sure if this is related, but I was checking images to diagnose the other issue I filed, and I noticed that there are other images which don't load even in Firefox 31. For example: 8:1 - http://infragram.org/i/53be7b070ab503231b000b2b (images labeled page:image from left to right, top to bottom) This addition is not meant to express urgency, just more info. It's very sporadic, and not really in the way in a critical manner. |
When you click on a link to a recent image, say:
http://infragram.com/i/53e519870ab503231b000c16
The image does not appear. I checked in the web inspector and the image has downloaded it's just not rendering on the page.
The text was updated successfully, but these errors were encountered: