Findbar and content moves if there's no search results.
Categories
(Firefox :: Settings UI, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox105 | --- | unaffected |
firefox106 | --- | unaffected |
firefox107 | + | verified |
People
(Reporter: emilio, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
After bug 1792881, if you find something without result,s the findbar and panel content etc move.
Looking a bit deeper into it I understand the problem now, and bug 1792881 isn't the right fix.
Assignee | ||
Comment 1•2 years ago
|
||
This fixes bug 1792881 in a way that actually preserves behavior from
before bug 1790307.
The main difference between modern flexbox and XUL is that size of
contents outside of the scroller (main-content) affect the size of the
scroller, preventing it from flexing if they're bigger than the
available size.
Instead, preserve the previous behavior (flex the scroller) by
preventing the minimum size from being taken into account, by using
contain. While at it, merge two selectors that were spread out.
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1792881
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Setting to P1 since emilio is on the case.
Comment 4•2 years ago
|
||
The bug is marked as tracked for firefox107 (nightly). However, the bug still has low severity.
:yshash, could you please increase the severity for this tracked bug? If you disagree with the tracking decision, please talk with the release managers.
For more information, please visit auto_nag documentation.
Comment 6•2 years ago
|
||
bugherder |
clearing needinfo as this has been closed/fixed
Updated•2 years ago
|
Comment 8•2 years ago
|
||
I managed to reproduce this issue on a 2022-10-04 Nightly build on macOS 12. Verified as fixed on Firefox 107.0b4(build ID: 20221023190001), Nightly 108.0a1(build ID: 20221023100414) on macOS 12, Windows 10, Ubuntu 22.
Description
•