Closed Bug 1800379 Opened 2 years ago Closed 2 years ago

text overlap in networking settings (regression in localized version of Firefox 107)

Categories

(Firefox :: Settings UI, defect)

Firefox 107
defect

Tracking

()

VERIFIED FIXED
109 Branch
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)

Attached image screenshot

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.

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.

Flags: needinfo?(emilio)
Regressed by: 1790307
Assignee: nobody → emilio
Flags: needinfo?(emilio)

Before the patch the behavior was messy, stuff just kept growing horizontally indefinitely, now it wraps correctly.

Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/132b8562cffc
Fix layout of network settings description with long text. r=mconley
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch

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 to wontfix.

For more information, please visit auto_nag documentation.

Flags: needinfo?(emilio)

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
Flags: needinfo?(emilio)
Attachment #9303232 - Flags: approval-mozilla-beta?
Flags: qe-verify+

Please consider a release uplift request for this when confident

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
Attachment #9303232 - Flags: approval-mozilla-release?
QA Whiteboard: [qa-triaged]

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 on attachment 9303232 [details]
Bug 1800379 - Fix layout of network settings description with long text. r=Gijs

Approved for 108.0b3

Attachment #9303232 - Flags: approval-mozilla-beta? → approval-mozilla-beta+

This issue is verified fixed using Firefox 108.0b3 (BuildId:20221117185908) on Windows 10 64bit, macOS 11 & Ubuntu 22.04

Comment on attachment 9303232 [details]
Bug 1800379 - Fix layout of network settings description with long text. r=Gijs

Approved for 107.0.1

Attachment #9303232 - Flags: approval-mozilla-release? → approval-mozilla-release+

This issue is verified fixed using Firefox 107.0.1 (BuildId:20221128144904) on Windows 10 64bit, macOS 11 & Ubuntu 22.04

Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: