Open Bug 1680491 Opened 4 years ago Updated 2 years ago

Image done and remain white box and firefox cache it like in white form

Categories

(Core :: Graphics: ImageLib, defect, P3)

45 Branch
defect

Tracking

()

People

(Reporter: shadowvzs, Unassigned)

References

(Depends on 1 open bug, Regression)

Details

(Keywords: regression)

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0

Steps to reproduce:

just open this image in Firefox (with other browser i cannot reproduce the issue), then zoom in in firefox (mouse click with magnify)

used firefox 83 (64 bit) - windows 10 desktop

https://diricostorage.blob.core.windows.net/d9f4e548-282f-447c-b1c6-44ea0acd58ae/0a587735-d2d5-40ec-bd57-4705e707d0e7/56612330-53cf-4640-b352-00d95c5c25dc/2f905e74-8848-4c9e-9d6f-27b89febf685/data

also if you create a html and img with this url source then first time work well but after few reload in firefox became cached like a white image

this is the video about how can u reproduce it
https://diricoshare.blob.core.windows.net/sharex/pMLXUDokBv.mp4

Actual results:

image became white (it has size everything before just image is became totally snow white)

Expected results:

Like every browser, it should show the actual image and not a total white image

Attached image firefox_hfeWBqNgOz.png
Group: firefox-core-security

Doesn't look like it'd be a security issue that needs to stay hidden.

Group: firefox-core-security
Component: Untriaged → ImageLib
Product: Firefox → Core
Status: UNCONFIRMED → NEW
Has Regression Range: --- → yes
Has STR: --- → yes
Ever confirmed: true
Keywords: regression
Regressed by: 1207355
Version: Firefox 83 → 45 Branch

FWIW, Following userContent.css will mitigate the issue.

@media screen {
  img {
    image-rendering: crisp-edges !important;
  }
}

Somehow the css doesn't solved the issue

(In reply to shadowvzs from comment #5)

Somehow the css doesn't solved the issue
nvm look like it is worked for img tags, i will check if work with div with background image

See Also: → 1680683

Setting image.downscale-during-decode.enabled to false will mitigate the issue too.

Depends on: 1680683
See Also: 1680683
Flags: needinfo?(aosmond)
Flags: needinfo?(aosmond)
Severity: -- → S3
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: