Fix external scroll offset handling for perspective elements.
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | verified |
People
(Reporter: gw, Assigned: gw)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•6 years ago
|
||
External scroll offsets are not propagated across reference frames.
When a perspective element scrolls relative to an ancestor scroll
frame, remove the effect of any external scroll offset during that
offset calculation.
Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
bugherder |
Comment 4•5 years ago
|
||
I need some steps to reproduce/verify as I've been asked to verify this fix. Can you give me some detailed manual steps? Thanks.
Assignee | ||
Comment 5•5 years ago
|
||
I think the best way to verify this would be to ensure WebRender is enabled, and confirm that https://bugzilla.mozilla.org/show_bug.cgi?id=1546068 and https://bugzilla.mozilla.org/show_bug.cgi?id=1546085 are drawing correctly. When this bug is present, those sites have very noticeable drawing issues. I'm not sure of any other pages that demonstrate the issue.
Comment 6•5 years ago
|
||
Considering that the issues mentioned above are not fixed or no longer occurring, I will consider this one fixed as well. Thanks.
Description
•