"You've launched an older version of Firefox" dialog is extremely wide with text all laid out on one line
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: dholbert, Unassigned)
Details
Attachments
(3 files)
STR:
- Start Firefox Nightly using a particular empty directory as your profile (to populate that directory with Nightly profile).
- Quit.
- Start Firefox release with that same directory as the profile.
e.g. assuming you have some $NIGHLTY_DIR and $RELEASE_DIR:
mkdir /tmp/test-dir-123
$NIGHTLY_DIR/firefox -no-remote -profile /tmp/test-dir-123
# quit out of Nightly
$RELEASE_DIR/firefox -no-remote -profile /tmp/test-dir-123
ACTUAL RESULTS:
The warning dialog (about the version-change) is extremely wide -- it seems we make it wide enough to fit all of the text on a single line. See attached screenshot. I imagine it might even be wider than this in other languages whose words tend to be longer (maybe German for example).
EXPECTED RESULTS:
The dialog probably shouldn't be so wide. The message should presumably linewrap.
(For comparison: if you start Firefox Nightly in Safe Mode, you get a safe-mode dialog ("open nightly in troubleshoot mode?") which has roughly the same amount of content but is much skinnier and wraps its text to 3 lines.)
| Reporter | ||
Comment 1•3 years ago
|
||
| Reporter | ||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Looks like this might've been fixed by bug 1804701, were you checking 108 or 109?
| Reporter | ||
Comment 3•3 years ago
|
||
Aha, you're right! Here's what I see after updating my Firefox release version to 109. Much better.
| Reporter | ||
Updated•3 years ago
|
Description
•