Open
Bug 1839332
Opened 2 years ago
Updated 2 years ago
[Wayland] "List all tabs" popup appears over its button when too large to fit the screen
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | affected |
People
(Reporter: ke5trel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- Start with
MOZ_ENABLE_WAYLAND=1on Ubuntu 23.04. - Open a large number of tabs.
- Move the window closer to the bottom edge of the screen.
- Click the "List all tabs" button in the tab strip.
Expected:
Popup appears below or above the button.
Actual:
Popup fills the screen height and covers the button.
Does not happen with XWayland.
Not a regression.
Comment 1•2 years ago
|
||
Yes, it's because popup is managed by Waland compositor. Only thing we can to is to limit popup size according to screen size, i.e. make popup smaller than screen (say 80% of the screen size max) and then make compositor to place it.
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•