Show scrollable elements in the markup-view using markup-badges
Categories
(DevTools :: Inspector, enhancement, P3)
Tracking
(firefox66 fixed)
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: pbro, Assigned: pbro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Debugging unwanted scrollbars in a web page often starts with identifying what element is having the scrollbar.
This is sometimes more difficult than it seems as many elements may be nested into each other, sharing the same size.
The idea of this feature is to make use of the markup-badges we already use for flexbox, grid, or events, by adding one for scrollable elements.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Detect when nodes are scrollable on the actor side, and use this
information to display new [scrollable] markup-badges in the inspector.
Also track this dynimically so badges are added/removed when necessary.
Hide this behind a pref for now, until this gets tested by users and
validated.
Assignee | ||
Comment 2•6 years ago
|
||
Try push URL for this patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=92109637d0753a71dd6ff577b205d37ce30d62b4
Comment 4•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Description
•