Closed
Bug 1765331
Opened 2 years ago
Closed 2 years ago
nsDisplayRemote doesn't account for object-fit/position correctly.
Categories
(Core :: Web Painting, defect)
Core
Web Painting
Tracking
()
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
While the subdocument sizing gets accounted for in GetSubdocumentSize()
, positioning doesn't.
Assignee | ||
Comment 1•2 years ago
|
||
The in-process code does this here:
This doesn't do much for regular iframes because they have no meaningful
intrinsic ratio, but this will matter for bug 1595491.
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5d53e0ca638d Account for dest rect correctly in nsDisplayRemote painting. r=tnikkel
Comment 3•2 years ago
|
||
Backed out for causing reftest assertion failures on APZCTreeManager.cpp
Failure log: https://treeherder.mozilla.org/logviewer?job_id=375018308&repo=autoland
Backout link: https://hg.mozilla.org/integration/autoland/rev/517ef4c637376fdef242d1c8a5c20a3a3b98273e
Flags: needinfo?(emilio)
Updated•2 years ago
|
Attachment #9272829 -
Attachment description: Bug 1765331 - Account for dest rect correctly in nsDisplayRemote painting. r=miko,jrmuizel,tnikkel → Bug 1765331 - Account for dest rect correctly in nsDisplayRemote painting. r=tnikkel
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/aa3aeaf4ef92 Account for dest rect correctly in nsDisplayRemote painting. r=tnikkel
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(emilio)
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•