Open
Bug 1726949
Opened 3 years ago
Updated 3 years ago
Assertion failure: result.mScrollId == ScrollableLayerGuid::NULL_SCROLL_ID, at gfx/layers/apz/src/APZCTreeManager.cpp:2888
Categories
(Core :: Panning and Zooming, defect, P3)
Core
Panning and Zooming
Tracking
()
NEW
People
(Reporter: tnikkel, Unassigned)
References
Details
- Enable classic scrollbars.
- Remove all but test_layerization.html and a couple other tests from gfx/layers/apz/test/mochitest.ini so the following steps complete in a shorter amount of time.
- Edit test_layerization.html to remove the ".then(SimpleTest.finish, SimpleTest.finishWithFailure);" line and add a semicolon to the line before so the test stays open after finished.
- ./mach mochitest gfx/layers/apz/test/mochitest/ -f plain --enable-webrender
- Right click, inspect on the test iframe, add style="height: 1000px;" to the iframe. Close inspector.
- Try to scroll the outermost scrollable element in the test by panning on the touchpad while the mouse cursor is over the classic scrollbar of it.
Comment 1•3 years ago
|
||
Presumably you don't need the step 2, you can just running test_layerization.html with --run-until-failure to run the test in the iframe in question.
Reporter | ||
Comment 2•3 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #1)
Presumably you don't need the step 2, you can just running test_layerization.html with --run-until-failure to run the test in the iframe in question.
Ah, good tip. That seems like it would work.
Comment 3•3 years ago
|
||
Adding to See Also some other bugs where this assertion failure was seen.
Severity: -- → S3
Priority: -- → P3
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•