Closed Bug 1627754 Opened 4 years ago Closed 4 years ago

Title of refresh profile progress dialog is truncated.

Categories

(Firefox :: Migration, defect, P3)

Desktop
Windows 10
defect

Tracking

()

VERIFIED FIXED
Firefox 77
Tracking Status
firefox-esr68 --- wontfix
firefox74 --- wontfix
firefox75 --- wontfix
firefox76 --- wontfix
firefox77 --- verified

People

(Reporter: alice0775, Assigned: MattN)

References

(Blocks 1 open bug)

Details

(Keywords: nightly-community)

Attachments

(2 files)

STR:

  1. Open about:support
  2. Click [Refresh Nightly...]
  3. Follow instruction from Nightly

Actual Results:
Title of refresh profile progress dialog is truncated.
See attached screen shot.

Expected Results:
The dialog should be wide enough to display the entire title.

Hmm… I can't reproduce the problem in English on Windows 10 but we just hard-code a min-width of 300px so it's not surprising. Maybe you have a different font size on your Windows machine? On mine I have a lot of room before it would truncate. We could try switch to em units so it takes the font size into account… can you try min-width: 25em; on the <window> by opening the dialog using the code below and inspecting that window with the Browser Toolbox:

Services.ww.openWindow(null, "chrome://global/content/resetProfileProgress.xhtml", "_blank", "centerscreen,chrome,titlebar", null)

We can also make sure that works with the longest string.

Assignee: nobody → MattN+bmo
Status: NEW → ASSIGNED
Flags: needinfo?(alice0775)
Priority: -- → P3

Yes, text zoom 150%(Ease of Access Settings in Windows 10 Japanese).

And yes, set min-width:25em; fix the issue for me(ja and he build).

Flags: needinfo?(alice0775)

Switch to em units to take font-size changes into account. This size works for one of the longer strings:
Restableix el &brandShortName; a l'estat inicial

Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ea801fb88fe2
Increase the min-width of resetProfileProgress.xhtml to avoid truncating titles. r=jaws
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 77
Flags: qe-verify+

Reproduced the issue with Nightly 77.0a1 (2020-04-06).
Verified the fix with Firefox 77.0b3. Updating the flag to verified.

Thank you, updating the other flags as well.

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: