"Restart Nightly" button in crash reporter gets truncated in Turkish
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
People
(Reporter: selim, Assigned: afranchuk)
Details
Attachments
(2 files)
"Restart Nightly" button in the crash reporter is truncated in Turkish.
Full text should read "Nightly uygulamasını yeniden başlat".
This also makes me think that "Restart Firefox Developer Edition" in English might get truncated as well, but I haven't tested that.
Comment 1•1 year ago
|
||
Thanks for testing this Selim, cc'ing Alex who did all the work here.
| Assignee | ||
Comment 2•1 year ago
|
||
The problem here is that the old crash reporter made the buttons the same width (to be more visually appealing, I expect), so I did the same. However I made it a fixed size rather than a minimum size.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
This is windows-only: in the macos (cocoa) and gtk implementations, the size is set as a minimum. On windows there's no easy way to set a minimum (as win32 doesn't have any concept of layout), so I'll have to implement it myself.
| Assignee | ||
Comment 4•1 year ago
|
||
This is the behavior of the other platforms. It allows buttons with
longer labels to be sized correctly.
Updated•1 year ago
|
Reproduced the issue on Firefox 128.0a1 (2024-06-04) on Windows 11 by following the STR from Comment 0.
The issue is fixed on Firefox 128.0b1 and 129.0a1 (2024-06-11). Tests were performed on Windows 11, macOS 14.5 and Ubuntu 24.04.
Description
•