Closed
Bug 2031405
Opened 1 month ago
Closed 1 month ago
Settings page navbar lacks max-width and breaks layout due to inconsistent breakpoints
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | unaffected |
| firefox151 | --- | fixed |
People
(Reporter: akulyk, Assigned: akulyk)
References
(Regressed 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [recomp])
Attachments
(1 file)
The Settings (preferences) navbar can appear excessively wide, particularly when the Your browser is being managed by your organization notice is displayed. A max-width is not enforced, leading to visual inconsistency compared to design expectations.
Additionally, there is a responsive “in-between” layout issue between 830px and 950px viewport widths where the navbar collapses but the organization notice does not reposition correctly. This appears to be caused by mismatched breakpoints across stylesheets (e.g., preferences.css, moz-page-nav.css, and nav-notice.css, using values like 52rem, 830px, and 950px).
Fix should:
- Add a consistent max-width for the navbar
- Align breakpoints across relevant CSS files
- Ensure the organization notice transitions correctly during collapse states without intermediate broken layouts
Updated•1 month ago
|
Comment 1•1 month ago
|
||
Set release status flags based on info from the regressing bug 1867385
status-firefox149:
--- → unaffected
status-firefox150:
--- → unaffected
status-firefox151:
--- → affected
status-firefox-esr140:
--- → unaffected
Pushed by akulyk@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/69ad2061f5c9
https://hg.mozilla.org/integration/autoland/rev/24ac9e0333bb
Settings page navbar lacks max-width and breaks layout due to inconsistent breakpoints r=desktop-theme-reviewers,mstriemer
Comment 4•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Comment 5•1 month ago
|
||
| bugherder | ||
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c152/b151]
You need to log in
before you can comment on or make changes to this bug.
Description
•