about:addons search textbox has shrunk and is now clipping the contents resulting in "mozilla.or" despite there being sufficient space
Categories
(Toolkit :: UI Widgets, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox-esr140 | --- | unaffected |
firefox140 | --- | unaffected |
firefox141 | --- | verified |
firefox142 | --- | verified |
People
(Reporter: ke5trel, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(4 files)
23.56 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
STR:
- Visit
about:addons
on Ubuntu 25.04. - See the search textbox in the top right corner.
Expected:
Full address is shown without clipping.
Actual:
Partial address shown with wrong TLD, mozilla.or
instead of mozilla.org
. It is not obvious that clipping is occurring since there is no fading or ellipses and there appears to be sufficient space.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=91c04ab1b071ae92976a7390f06669b54cbf4ccd&tochange=2158a58d807791d3e301438d289c0d74eea0a2d3
Regressed by Bug 1968916.
Comment 1•2 months ago
|
||
:emilio, since you are the author of the regressor, bug 1968916, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 2•2 months ago
|
||
Since there's a clear button taking space too.
Updated•2 months ago
|
Assignee | ||
Comment 3•2 months ago
|
||
So that it's clear when there's overflow.
Assignee | ||
Comment 4•2 months ago
|
||
The regressing bug increased the font-size effectively, which causes the
placeholder to overflow.
Grow it a bit more.
Assignee | ||
Updated•2 months ago
|
Comment 6•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/49d4a57168bb
https://hg.mozilla.org/mozilla-central/rev/526330227c51
https://hg.mozilla.org/mozilla-central/rev/0ac8c58a0190
Comment 7•2 months ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox141
towontfix
.
For more information, please visit BugBot documentation.
Assignee | ||
Comment 8•2 months ago
|
||
Comment on attachment 9496524 [details]
Bug 1973721 - Reduce end padding on search input. r=#reusable-components-reviewers
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Regression fix.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Comment 0
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Simple css changes.
- String changes made/needed: none
- Is Android affected?: No
Assignee | ||
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 9•2 months ago
|
||
I was able to reproduce the issue with an affected Firefox 141.0b2 build on Ubuntu 22.04, Windows 11 and macOS 14, as described in Comment 0.
Verified as fixed using Firefox Nightly 142.0a1 (2025-06-27) on Ubuntu 22.04, Windows 11 and macOS 14. Search textbox from about:addons is no longer clipped.
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Comment 10•2 months ago
|
||
uplift |
Updated•2 months ago
|
Comment 11•2 months ago
|
||
(In reply to Bianca Hidecuti, Desktop Test Engineering [:bhidecuti] from comment #9)
I was able to reproduce the issue with an affected Firefox 141.0b2 build on Ubuntu 22.04, Windows 11 and macOS 14, as described in Comment 0.
Verified as fixed using Firefox Nightly 142.0a1 (2025-06-27) on Ubuntu 22.04, Windows 11 and macOS 14. Search textbox from about:addons is no longer clipped.
Verified as fixed using Firefox 141.0b5 (treeherder build from Comment 10) on Ubuntu 22.04, Windows 11 and macOS 14 as well.
Description
•