[wayland] "Bookmark Tab" location dropdown menu is misplaced first time it is opened
Categories
(Core :: Widget: Gtk, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | unaffected |
| firefox92 | --- | unaffected |
| firefox93 | --- | unaffected |
| firefox94 | --- | unaffected |
| firefox95 | --- | affected |
People
(Reporter: ke5trel, Assigned: stransky)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
STR:
- Start with
MOZ_ENABLE_WAYLAND=1on Ubuntu 21.04. - Right-click a tab and choose "Bookmark Tab".
- Click the "Location" dropdown.
Dropdown menu list appears above the window instead of anchored to the select element. After the first time it is opened, it subsequently appears in the correct location until the bookmark overlay is reopened.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=2d978650c932ee4951ce97d9e29da955f4a11cbf&tochange=1c581d243b8752eef64ab15aca97e11afae39b67
Regressed by Bug 1733620.
| Assignee | ||
Comment 1•4 years ago
|
||
I'm unable to reproduce on Fedora 34. Can you please run with MOZ_LOG="WaylandPopup:5" and attach the log here?
Thanks.
There is no LazyLogModule named "WaylandPopup" but I assume you meant "WidgetPopup".
| Assignee | ||
Comment 3•4 years ago
|
||
Yes, I can reproduce it, Thanks. Looks like issue with the content menu sequence.
| Assignee | ||
Comment 4•4 years ago
|
||
Looks like we hide/show the popup as workaround for xdg-positioner bug and the popup position request is cleared and popup is positioned by move while we hit a bug with parent coordinates.
| Assignee | ||
Comment 5•4 years ago
|
||
Btw. this comes from https://gitlab.gnome.org/GNOME/gtk/-/issues/4308
| Assignee | ||
Comment 6•4 years ago
|
||
Fixed as part of Bug 1735294 so closing as dupe.
Updated•4 years ago
|
Description
•