Closed Bug 1894332 Opened 5 months ago Closed 5 months ago

At https://www.bequiet.com/en/powersupply/4055 , firefox paints the undecoded portion of the image as bright white (which is jarring on the dark page)

Categories

(Core :: Graphics: ImageLib, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1808149

People

(Reporter: dholbert, Unassigned)

Details

Attachments

(2 files)

STR:

  1. Visit https://www.bequiet.com/en/powersupply/4055 (on a slow enough network connection where it takes some noticeable time to decode the main image)

ACTUAL RESULTS:
As the image decodes from the top down, the bottom un-decoded portion is bright white.

EXPECTED RESULTS:
The un-decoded portion should be transparent, to avoid making this otherwise dark website have a super bright-white patch.

I've got a reduced testcase which I'll attach shortly.
Chromium and WebKit give EXPECTED RESULTS.

Attached file testcase 1

Profile with the attached testcase (including screenshots that show the bright-white still-to-be-decoded part of the image):
https://share.firefox.dev/3QnOsXe

Severity: -- → S3
Flags: needinfo?(tnikkel)

We have a bug open for this already (can't find it quickly), it's a regression from webrender. Basically the image is opaque when fully decoded, if we send over the partially decoded image it's still marked as opaque but all the undecoded pixels are empty, that case is not handled/we just paint the data that is in memory.

Status: NEW → RESOLVED
Closed: 5 months ago
Duplicate of bug: 1808149
Flags: needinfo?(tnikkel)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: