Open
Bug 1844887
Opened 2 years ago
Updated 2 years ago
Jank and checkerboarding when scrolling https://linear.app/
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | affected |
People
(Reporter: gregp, Unassigned)
References
(Blocks 1 open bug, )
Details
Steps to reproduce:
- Navigate to https://linear.app/
- Scroll the page
Actual results:
Jank and checkerboarding
Expected results:
Less jank and checkerboarding
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:gw, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(gwatson)
Comment 2•2 years ago
|
||
Seems to be spending a lot of time in glyph raster on worker threads, and glFlush inside the driver on the render thread.
Severity: -- → S3
Flags: needinfo?(gwatson)
Updated•2 years ago
|
Blocks: wr-scroll-perf
You need to log in
before you can comment on or make changes to this bug.
Description
•