Content shifts to the left after scrolling with webrender
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | unaffected |
| firefox65 | --- | unaffected |
| firefox66 | --- | verified |
People
(Reporter: adamopenweb, Assigned: kvark)
References
()
Details
(Keywords: regression)
Attachments
(2 files)
Steps to reproduce:
- Launch Nightly with Webrender enabled
- Navigate to: https://www.canadacomputers.com/product_info.php?cPath=4_1210_64&item_id=111559
- Click on "Check Other Stores >"
- Scroll down
Expected behaviour:
Content scrolls normally
Actual behaviour:
The content all shifts to the left and out of view, if webrender is enabled
Tested in Nightly 66.0a1 (2019-01-15) (64-bit) for MacOS 10.13 and Windows 10.
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Checked regression range.
9:02.99 INFO: No more inbound revisions, bisection finished.
9:02.99 INFO: Last good revision: 5420c29d49d60862617a6b0014548eb1c7c814f3
9:02.99 INFO: First bad revision: bd59070a24d72da867cf1531e89e75ffed2848ae
9:03.00 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=5420c29d49d60862617a6b0014548eb1c7c814f3&tochange=bd59070a24d72da867cf1531e89e75ffed2848ae
| Assignee | ||
Comment 2•6 years ago
|
||
Thanks for finding the regression range!
I hope this is fixed by https://hg.mozilla.org/integration/autoland/rev/078e5984f999
| Assignee | ||
Comment 3•6 years ago
|
||
Nope. Apparently, that's a different bug.
| Assignee | ||
Comment 4•6 years ago
|
||
Roughly speaking, the logic change that causes this problem is the following. The old code used to push the clip ID of the reference frame being pushed with push_reference_frame, so that it implicitly affects all the children. The new code doesn't have the clip/scroll stack on WR DL API side, and Gecko has a bit of save/restore logic in places like StackingContextHelper. Apparently, there is a case where Gecko doesn't use the pushed reference frame the same way old code did.
| Assignee | ||
Comment 5•6 years ago
|
||
Comment 9•6 years ago
|
||
Backed out changeset for reftest failures on gfx/tests/reftest/1519754.html.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=222320464&repo=autoland&lineNumber=11188
Reftest analyzer: https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://queue.taskcluster.net/v1/task/CQgGJzJKRfmpKUl-ZlGZvw/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
Backout link: https://hg.mozilla.org/integration/autoland/rev/e3cb5a5ef667973b60314b67e13184f5d9cedb18
Comment 10•6 years ago
|
||
You should be able to use the Ahem font, or otherwise any other content as the content of the scroll frame.
| Assignee | ||
Comment 11•6 years ago
|
||
Re-landing now with the fixed reftest.
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
| bugherder | ||
Comment 14•6 years ago
|
||
I reproduced this issue using Fx 66.0a1(build ID: 20190115221511, on Windows 10 x64.
I can confirm this issue is fixed, I verified using Fx 66.0-build2, on Windows 10 x64, macOS 10.13.6 and Ubuntu 16.06 LTS
Description
•