Flashes when page up/down without smooth scrolling
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
People
(Reporter: jcj83429, Unassigned)
References
(Depends on 1 open bug)
Details
How to reproduce:
- Disable smooth scrolling and maximize browser window
- Go to https://firefox-source-docs.mozilla.org/gfx/AsyncPanZoom.html
- Go from top to bottom and bottom to top by holding the Page Up/Down key.
It's most obvious with a 4K display. On a 1080p display, only Page Up shows the glitch and only the top 1/4 of the screen flashes white.
The problem can be mitigated by setting apz.danger_zone_y to the display vertical resolution. Firefox should do this automatically when smooth scrolling is disabled.
Additional details:
OS: Windows 10
Firefox version: 123
GPU: AMD 6650XT
![]() |
||
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Sounds like something we hope will be fixed by bug 1867419 (a follow-up to bug 1783681).
Comment 2•1 year ago
|
||
(In reply to jcj83429 from comment #0)
How to reproduce:
- Disable smooth scrolling and maximize browser window
- Go to https://firefox-source-docs.mozilla.org/gfx/AsyncPanZoom.html
- Go from top to bottom and bottom to top by holding the Page Up/Down key.
It's most obvious with a 4K display. On a 1080p display, only Page Up shows the glitch and only the top 1/4 of the screen flashes white.
I would say this symptom is totally different from bug 1867419 (or bug 1783681). These white flashes are normal checkerboarding, not reverse checkerboarding.
Description
•