Open
Bug 1529280
(overflow-debugging)
Opened 6 years ago
Updated 2 years ago
[meta] Overflow Debugging
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Depends on 5 open bugs)
Details
(Keywords: meta, Whiteboard: [dt-overflow])
This is the [meta] bug used to track the "Overflow Debugging" feature implementation in the inspector.
At a high-level, this feature consists of the following tasks:
- New [scroll] badge: Add an inspector-badge next to elements that do have a scrollable overflow area.
- Make sure that the badge appears/disappears dynamically upon CSS changes.
- Make scrollbars pickable: When using the element picker, clicking on a scrollbar should select the element that the scrollbar belongs to. It should, however, still be possible to scroll through the page or nested scrollable elements while the picker mode is engaged.
- Fix all scrollbars introduced by DevTools: DevTools unfortunately introduces some unwanted scrollbars of its own. In particular, when using the flexbox or grid highlighters. These should be fixed first.
- Reveal overflowing elements on [scroll] badge click: Make the inspector badge clickable. When done, filter the markup-view to only the container and its descendants that cause the overflow.
Updated•6 years ago
|
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Updated•4 years ago
|
Whiteboard: [dt-overflow]
Updated•4 years ago
|
Alias: overflow-debugging
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•