Testcase generating N chained containers and autoscrolling them blocks the UI (compositor thread) for 8s-10s.
Categories
(Core :: Layout: Scrolling and Overflow, defect, P3)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
1.44 KB,
text/html
|
Details |
This is on Windows.
STR:
- Open testcase
- Click build
- Click run
- Once the run is complete, click inside the container and try to scroll too.
AR: UI is blocked for multiple seconds. The scrollbars also appear to be weirdly black.
ER: Not so?
https://share.firefox.dev/4s0MDzB, https://share.firefox.dev/4db4WOV
With the "always show scrollbars" in Windows accessibility, the scrollbars atleast appear normally. The page is still slow though.
Chrome is much better here.
| Reporter | ||
Comment 1•4 months ago
|
||
Different STR:
Reduce the nesting depth to lets say 10. Increase the iterations to 50000. Click Build and Run
Profile: https://share.firefox.dev/4db515b
Comment 2•4 months ago
|
||
Our friend GetScrolledRect. I wonder if it's worth it to try to be smart and avoid all the snapping if the destination scroll coord can't be affected by snapping (ie its definitely in the scroll range).
Comment 3•3 months ago
|
||
The severity field is not set for this bug.
:hiro, could you have a look please?
For more information, please visit BugBot documentation.
Updated•3 months ago
|
Updated•3 months ago
|
Description
•