Open
Bug 1910292
Opened 2 years ago
Updated 1 month ago
Images flicker when scrolling the page only initial loading.
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Core
Layout: Images, Video, and HTML Frames
Tracking
()
ASSIGNED
People
(Reporter: alice0775, Assigned: twisniewski)
References
(Depends on 1 open bug, )
Details
(4 keywords)
User Story
platform:windows,mac,linux,android impact:significant-visual configuration:general affects:all branch:release user-impact-score:4
Attachments
(2 files)
Steps to reproduce:
- Clear page cache if any
- Open https://ssd.skhynix.com/jp/platinum_p41/
- Wait until the animation of the first image ends.
- Scroll the page
Actual Results:
The image animates according to the scroll position of the page.
But sometimes the image flickers(for a moment, it goes black).
Screencast: https://youtu.be/0h7Q7h4mW_I
Expected Results:
The image animates without flickering. Chrome works as expected.
Note:
This issue is also seen in Firefox 78.
| Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
The page is toggling display none on a series of images to perform the animation and it's expecting sync decoding.
Blocks: 1801052
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
| Reporter | ||
Comment 3•2 years ago
•
|
||
Setting image.decode-immediately.enabled to true eliminates (reduces) flickering except image of the last asteroid.
In addition to the above, setting image.mem.decode_bytes_at_a_time to 256000 will also eliminate flickering of image of the last asteroid.
Updated•1 year ago
|
Updated•1 year ago
|
User Story: (updated)
Webcompat Priority: --- → P3
Webcompat Score: --- → 3
Keywords: webcompat:platform-bug,
webcompat:site-report
| Assignee | ||
Updated•2 months ago
|
Keywords: leave-open
| Assignee | ||
Comment 4•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8665733c1733
https://hg.mozilla.org/integration/autoland/rev/375a4c4a171b
add a CSS webcompat intervention for ssd.skhynix.com to prevent image flickering; r=ksenia,webcompat-reviewers
Comment 6•1 month ago
|
||
| bugherder | ||
| Assignee | ||
Updated•1 month ago
|
Keywords: webcompat:sitepatch-applied
Updated•1 month ago
|
User Story: (updated)
Webcompat Score: 3 → 1
You need to log in
before you can comment on or make changes to this bug.
Description
•