Search mode switcher no longer respects density settings
Categories
(Firefox :: Address Bar, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox149 | --- | unaffected |
| firefox150 | --- | unaffected |
| firefox151 | --- | verified |
| firefox152 | --- | verified |
People
(Reporter: sam, Assigned: sam)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [sng])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details |
After bug 1998985, the search mode switcher no longer respects density settings (such as compact mode) and uses the same sizing for each density. This results in a somewhat comically large menu for users of compact mode.
Comment 1•29 days ago
|
||
Set release status flags based on info from the regressing bug 1998985
:mbeier, since you are the author of the regressor, bug 1998985, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Updated•29 days ago
|
| Assignee | ||
Comment 2•28 days ago
|
||
This will probably be redone by bug 1826841, but this patch prevents regressing the compact density in 151 by using existing appropriate density-aware variables. With normal density, these variables have the same values that were already set here, so there is no visual change.
Updated•28 days ago
|
Updated•24 days ago
|
Updated•24 days ago
|
Comment 4•24 days ago
|
||
| bugherder | ||
| Assignee | ||
Comment 5•24 days ago
|
||
This will probably be redone by bug 1826841, but this patch prevents regressing the compact density in 151 by using existing appropriate density-aware variables. With normal density, these variables have the same values that were already effective here, so there is no visual change.
Original Revision: https://phabricator.services.mozilla.com/D294860
Updated•24 days ago
|
Comment 6•24 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Compact density users will experience a much larger menu than expected.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing:
- Risk associated with taking this patch: low
- Explanation of risk level: Minor CSS changes
- String changes made/needed?: none
- Is Android affected?: no
Updated•24 days ago
|
Comment 7•24 days ago
|
||
(In reply to Phabricator Automation from comment #6)
- Code covered by automated testing?: yes
I don't think that's true?
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
Not formally verified yet, but I see it's on QA's radar.
- Steps to reproduce for manual QE testing:
In about:config, change browser.uidensity to 1, then open the search mode switcher.
Updated•23 days ago
|
Updated•23 days ago
|
Updated•23 days ago
|
Updated•23 days ago
|
Reproducible on a 2026-04-15 Firefox Nightly build on Windows 10.
Verified as fixed on Firefox Nightly 152.0a1 and Firefox 151.0.b1-build2 on Windows 10, Ubuntu 22, macOS 15.
Description
•