bookmarks drop-down menu out of window
Categories
(Core :: Widget: Gtk, defect, P5)
Tracking
()
People
(Reporter: corradoventu, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
click on bookmarks
right click on a folder near bot of page
the dropdown menu is partially out of window
Actual results:
click on bookmarks
right click on a folder near bot of page
the dropdown menu is partially out of window
see attached screenshot
note: problem happens on Ubuntu 23.10 wayland session with firefox 119.0-2 and with firefox-trunk: Installed: 121.0a1hg20231027r683359-0ubuntu0.23.10.1~umd1
Expected results:
click on bookmarks
right click on a folder near bot of page
the dropdown menu should be entirely in window
| Reporter | ||
Comment 1•2 years ago
|
||
Note: not only out of window but also out of screen
| Reporter | ||
Comment 2•2 years ago
|
||
More: problem does NOT occur with Xorg session
| Reporter | ||
Comment 3•2 years ago
|
||
Same problem also with firefox-trunk: Installed: 121.0a1hg20231028r683484-0ubuntu0.23.10.1~umd1
Comment 4•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 5•2 years ago
|
||
Can you also attach X11 version for reference? Also please attach larger screens for reference.
Thanks.
| Reporter | ||
Comment 6•2 years ago
|
||
| Reporter | ||
Comment 7•2 years ago
|
||
| Reporter | ||
Comment 8•2 years ago
|
||
Adding screenshots as requested
Comment 9•2 years ago
|
||
Yes, I understand now. It's because we can't use move-to-rect wayland placement due to second menu opening. Content menu is not adjacent to it's direct parent (the last popup) so we need to use plain placement which doesn't count with screen bounds.
It's by Wayland design but it's rather corner case.
Updated•2 years ago
|
Description
•