Translation boxes are not responsive and stack vertically when the window height is reduced
Categories
(Firefox :: Translations, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | affected |
People
(Reporter: cgeorgiu, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Found in
- latest Nightly 149.0a1
Affected versions
- latest Nightly 149.0a1
Tested platforms
- Affected platforms: Win 11, macOS 26 and Ubuntu 24.04
Steps to reproduce
- Navigate to about:translations.
- Resize Firefox's window vertically to a minimum height.
Expected result
- The translation boxes are responsive and start shrinking as the window height decreases.
Actual result
- The translation boxes are not responsive; instead, they stack on top of each other.
Regression range
- Not a regression.
Additional notes
- For comparison, in the old UI on Beta 148, the boxes are height-responsive.
Comment 1•5 months ago
|
||
I don't think that I fully understand what this bug is describing.
I've attached a video attempting to reproduce, but the behavior looks as expected to me.
Ciprian, can you show me what you're seeing?
Updated•5 months ago
|
| Reporter | ||
Comment 2•5 months ago
|
||
(In reply to Erik Nordin [:nordzilla] from comment #1)
Created attachment 9547374 [details]
minimum-window-size.mp4I don't think that I fully understand what this bug is describing.
I've attached a video attempting to reproduce, but the behavior looks as expected to me.
Ciprian, can you show me what you're seeing?
I expected the translations box to resize as well when shrinking the height of the window. I looked at a textarea HTML sample for comparison, and it seems that the textarea doesn't change its height either, so this might be the expected behavior in Firefox.
I'm seeing the same results as you, see here.
Comment 3•5 months ago
•
|
||
Thanks for clarifying! This is expected behavior.
The UI elements have a specified minimum height that they adhere to.
Shrinking the window won't reduce the size below their specified minimum proportions (which are the default). The page's zoom level can be changed to adjust when needed.
Comment 4•5 months ago
|
||
Description
•