Open
Bug 1921239
Opened 2 months ago
Updated 1 month ago
[META] Ensure that elements that are out of view are snapshotted correctly
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
NEW
People
(Reporter: nical, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(Keywords: meta, Whiteboard: [viewtransitions:m1:gfx])
This bug focuses on elements that are in the display list, possibily in the display port, but would normally not be rendered because they are out of the view port (They are filtered out from WebRender's visibility pass).
I suspect that this will be a bit tricky because WebRender makes assumptions based on things out of view being filtered out, and the traversals won't reach the elements if they are contained in pictures that are filtered out.
Reporter | ||
Updated•2 months ago
|
Summary: Ensured that elements that are out of view are snapshotted correctly → Ensure that elements that are out of view are snapshotted correctly
Updated•1 month ago
|
Whiteboard: [viewtransitions:m1:gfx]
Updated•1 month ago
|
Summary: Ensure that elements that are out of view are snapshotted correctly → [META] Ensure that elements that are out of view are snapshotted correctly
You need to log in
before you can comment on or make changes to this bug.
Description
•