Closed
Bug 1924121
Opened 1 year ago
Closed 1 year ago
Properly define the bounds of the stacking context snapshots
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
135 Branch
| Tracking | Status | |
|---|---|---|
| firefox135 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
Details
(Whiteboard: [viewtransitions:m1:gfx])
Attachments
(1 file)
This bug is about making sure that we pass the right info to specify the bounds in local space of the snapshot, and honor that, potentially inflating or clipping the bounds of the resulting picture.
The general idea is similar to the blob image visible area.
Updated•1 year ago
|
Whiteboard: [viewtransitions:m1:gfx]
| Assignee | ||
Comment 1•1 year ago
|
||
This was fixed as part of bug 1921981.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•1 year ago
|
||
Actually, I'm seeing incorrect snapshot bounds in some test cases so I'll reopen and use this bug to track the issue.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•1 year ago
|
||
This way the snapshot area is in the same coordinate space as items pushed in the stacking context, which is easier to reason about.
Updated•1 year ago
|
Assignee: nobody → nical.bugzilla
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f84ebf147735
Offset the snapshot area by the stacking context origin. r=gw
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox135:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 135 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•