Bug 180995 - [GTK] Problem with JPEG 2000 images on kmart.com
Summary: [GTK] Problem with JPEG 2000 images on kmart.com
Status: RESOLVED DUPLICATE of bug 186272
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: All Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-19 13:29 PST by bugzilla-ok
Modified: 2019-01-07 10:30 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugzilla-ok 2017-12-19 13:29:53 PST
Website http://kmart.com does not display all images. Page displays normally in firefox. Images missing in epiphany, surf-2 and minibrowser.
Comment 1 Michael Catanzaro 2018-04-24 12:49:07 PDT
It's sending JPEG 2000 images, probably because it thinks we are Safari. We'll never support that. Options:

 (a) Wait for Safari to remove support for JPEG 2000, in bug #178758.
 (b) Contact customer support and ask them to fix their site.
 (c) See if a user agent quirk would work (likely)

If this was an important website, I would go with (c), but it's kmart, so I think I'll leave it WONTFIX.

Sad that Safari's continued support of JPEG 2000 seems to be a real web compat issue for us. The proper solution is to fix bug #178758, which will break the site in Safari; then Kmart will hopefully notice.
Comment 2 Michael Catanzaro 2018-04-26 14:48:35 PDT
We could probably try a Chromium UA quirk here, but I don't care to test it myself. Patches welcome, I guess....
Comment 3 Michael Catanzaro 2018-04-29 14:29:07 PDT
(In reply to Michael Catanzaro from comment #2)
> We could probably try a Chromium UA quirk here, but I don't care to test it
> myself.

I tested a Chromium quirk today because I had to check something else. It didn't work. (We already have an identical quirk to stop washingtonpost.com from sending JPEG 2000 images, and it did work there.)

The Accept header that we're sending is:

Accept: image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5
Comment 4 Michael Catanzaro 2018-06-21 08:15:09 PDT
It looks like this was fixed by kmart.com.
Comment 5 Said Abou-Hallawa 2019-01-07 10:30:59 PST

*** This bug has been marked as a duplicate of bug 186272 ***