Remove extra space from below Tab Pickup when it is collapsed
Categories
(Firefox :: Firefox View, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | verified |
People
(Reporter: sfoster, Assigned: hjones)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-2022-mr1-firefox-view] )
Attachments
(2 files, 1 obsolete file)
When you collapse the Tab Pickup section on Fx-View, there is too much vertical space between it and the Recently Closed section below.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
From the dupe:
Adding
grid-template-rows: masonry
to thebody > main
grid layout fixes this.
Reporter | ||
Comment 3•2 years ago
|
||
Ah, I thought I had a memory of filing this, but didn't find it because it wasn't in the Firefox View component.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 4•2 years ago
|
||
Comment 6•2 years ago
|
||
bugherder |
Reporter | ||
Comment 7•2 years ago
|
||
I did file bug 1788810 to follow-up, but it probably makes more sense to just back this out.
Comment 8•2 years ago
|
||
Backed out as requested.
Backout link: https://hg.mozilla.org/integration/autoland/rev/8cfab3a930f43fe95cfefc62336cd7666253057c
Reporter | ||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/8cfab3a930f43fe95cfefc62336cd7666253057c
Reporter | ||
Comment 13•2 years ago
|
||
I'm relinquishing this one for now. Ideally we'd fix this without having to re-implement the whole grid-based layout, and grid-template-rows: masonry
was one such fix. But as that is nightly-only for now, we'll need a different solution.
Comment 14•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 4 duplicates.
:sfoster, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Reporter | ||
Comment 15•2 years ago
|
||
I don't think we need to bump severity here. The symptom is some extra vertical space when the Tab Pickup section is collapsed - which is not something we expect most people to do.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 16•2 years ago
|
||
This is the same as using minmax(0, max-content)
. Using this for the first track seems to get the height to more accurately reflect the content and removes some of the extra whitespace/jumpiness on the page.
Updated•2 years ago
|
Comment 17•2 years ago
|
||
Comment 18•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 19•2 years ago
|
||
Reproduced this issue using an old Nightly build 2022-08-18, verified that this is no longer reproducible on latest Firefox 106.0b2 across platforms (macOS 11, Windows 10, Ubuntu 20.04).
Description
•