text overlap in networking settings (regression in localized version of Firefox 107)
Categories
(Firefox :: Settings UI, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox107 | --- | verified |
firefox108 | --- | verified |
firefox109 | --- | verified |
People
(Reporter: soeren.hentzschel, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
46.76 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
dmeehan
:
approval-mozilla-release+
|
Details | Review |
Please see the attached screenshot for the network settings in Firefox 107 with German as language. The "Learn more" link and the "Settings…" button overlap. I guess other languages with longer translations are affected as well. It's not reproducible with English.
It's a regression in Firefox 107, Firefox 106.0.5 is not affected.
Reporter | ||
Comment 1•2 years ago
•
|
||
I cannot bisect further as to https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b66bbbcc4467d09a1ef10302ee1a085a675966a8&tochange=93a9b1ba6411a636b3f34e72ecef52fe87daca81
@Emilio:
Changing:
#preferences-root {
-moz-box-layout: flex;
}
… to
#preferences-root {
-moz-box-layout: initial;
}
… "fixes" the overlap. Therefore and because of the regression range I guess it's a regression from bug 1790307.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Before the patch the behavior was messy, stuff just kept growing horizontally indefinitely, now it wraps correctly.
Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
bugherder |
Comment 6•2 years 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.
- If no, please set
status-firefox108
towontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 7•2 years ago
|
||
Comment on attachment 9303232 [details]
Bug 1800379 - Fix layout of network settings description with long text. r=Gijs
Beta/Release Uplift Approval Request
- User impact if declined: comment 0
- 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): Very targetted improvement.
- String changes made/needed: none
- Is Android affected?: No
Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
Please consider a release uplift request for this when confident
Assignee | ||
Comment 9•2 years ago
|
||
Comment on attachment 9303232 [details]
Bug 1800379 - Fix layout of network settings description with long text. r=Gijs
Beta/Release Uplift Approval Request
- User impact if declined: comment 0
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- 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): Very targeted and rather simple patch
- String changes made/needed: none
- Is Android affected?: No
Updated•2 years ago
|
Comment 10•2 years ago
|
||
Reproduced this issue using Firefox 108.0a1 (BuildId:20221114085151) with a DE locale.
This issue is verified fixed using Firefox 109.0a1 (BuildId:20221116182402) with a DE locale on Windows 10 64bit, macOS 11 & Ubuntu 22.04
Comment 11•2 years ago
|
||
Comment on attachment 9303232 [details]
Bug 1800379 - Fix layout of network settings description with long text. r=Gijs
Approved for 108.0b3
Comment 12•2 years ago
|
||
bugherder uplift |
Comment 13•2 years ago
|
||
This issue is verified fixed using Firefox 108.0b3 (BuildId:20221117185908) on Windows 10 64bit, macOS 11 & Ubuntu 22.04
Comment 14•2 years ago
|
||
Comment on attachment 9303232 [details]
Bug 1800379 - Fix layout of network settings description with long text. r=Gijs
Approved for 107.0.1
Comment 15•2 years ago
|
||
bugherder uplift |
Comment 16•2 years ago
|
||
This issue is verified fixed using Firefox 107.0.1 (BuildId:20221128144904) on Windows 10 64bit, macOS 11 & Ubuntu 22.04
Description
•