Open
Bug 1521067
Opened 6 years ago
Updated 2 years ago
Grid highlighter shouldn't scroll for position:fixed elements
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: miker, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
STR:
- Open test.html.
- Open the inspector.
- Find the
position:fixed
element and click on the[grid]
badge next to it. - Scroll the page.
Expected:
The grid highlighter should stick to the element.
Actual:
The grid highlighter moves around while you scroll.
Updated•6 years ago
|
Comment 2•6 years ago
|
||
In the interests of avoiding a grid-overlay version of bug 1521825, here's a more thorough testcase that has an extra grid whose CB is not the viewport.
Right now, the overlay for that higher-up grid scrolls correctly. We should make sure it continues to do so when fixing this, if possible.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•