Closed
Bug 1356584
Opened 8 years ago
Closed 8 years ago
Firefox refuses to display images with "errors"
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1294490
People
(Reporter: nucrap, Unassigned)
Details
Attachments
(1 file)
In rare cases when opening images, firefox refuses to display those with the error message: "This image cannot be displayed because it contains errors".
While I do believe that those image files have errors, Firefox still should display the image as good as possible. Chrome and IE display the image just fine.
IMO informing the user that the image contains errors is ok, but firefox should still do it's best at presenting the image.
This image is WebP format, depending on bug 1294490.
Component: General → ImageLib
Product: Firefox → Core
Follow-up: Apparently IE also has issues opening the sample I have uploaded. Strangely enough when opening it from the the original source URL (https://s.kaskus.id/r540x540/images/2017/04/13/1185794_20170413062122.JPG) IE has no issues at all.
Component: ImageLib → General
Product: Core → Firefox
Comment 3•8 years ago
|
||
The website appears to be sending different data depending on the browser used. It sends a jpg file if I use safari, but sends webp if I use chrome or firefox. I've seen a bug like this before, it was caused by the web server using an old version of an extension that has a bug.
Comment 4•8 years ago
|
||
(In reply to nucrap from comment #2)
> Follow-up: Apparently IE also has issues opening the sample I have uploaded.
> Strangely enough when opening it from the the original source URL
> (https://s.kaskus.id/r540x540/images/2017/04/13/1185794_20170413062122.JPG)
> IE has no issues at all.
If I click on this link from the bug the network panel of dev tools tells me I get a 403 forbidden response and the image does not display. If I press enter in the url bar the image displays and I get 200 ok. So the server is also looking at the referer header.
Comment 5•8 years ago
|
||
Do we have a webcompat bug on webservers mistakenly sending webp to firefox?
Flags: needinfo?(miket)
Comment 6•8 years ago
|
||
tnikkel -- there's been a few. See the bug deps/blockers of Bug 856375 and <https://github.com/webcompat/web-bugs/labels/type-webp>. Most concerning is probably that an older versions of mod_pagespeed sent WebP to Fennec (https://github.com/pagespeed/mod_pagespeed/issues/1160).
Flags: needinfo?(miket)
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•