Open
Bug 1449265
Opened 8 years ago
Updated 3 years ago
Grid inspector: line number flags stack even when grid-gap is large and flag is fully visible
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: ewright, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
84.82 KB,
image/png
|
Details |
As discussed in https://bugzilla.mozilla.org/show_bug.cgi?id=1439512#c4 (and below), When there is a large grid gap the flags should not stack and not hide their number.
my understanding is:
if grid-gap is 0, the flags should stack and numbers disappear.
if grid-gap is greater than 0 but less than the width of the flag, the flags should stack but the numbers should be printed on it.
if grid gap is larger than the width of the flag, the flags should not stack and numbers should print on it.
An example of the flags with a large gap is attached.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•