[Wayland] Content menu is opened on wrong position when bookmark menu is shown
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox89 | --- | unaffected |
| firefox90 | --- | wontfix |
| firefox91 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Content menu is opened on wrong position when bookmark menu is shown. It's because we don't recalculate popup hierarchy after popup close.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
-
Split WaylandPopupHierarchyUpdateByLayout() to WaylandPopupHierarchyHideByLayout() and WaylandPopupHierarchyMarkByLayout().
When a popup is closed we need to mark ective popups again which is done by WaylandPopupHierarchyMarkByLayout(). -
Allow move-to-rect poupup positioning only when it matches layout and is anchored or it's the first popup attached to toplevel.
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Set release status flags based on info from the regressing bug 1710436
Comment 4•4 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 5•4 years ago
|
||
This is a minor regression from bug 1710436, we may consider to uplift to beta.
Comment 6•4 years ago
|
||
The patch landed in nightly and beta is affected.
:stransky, is this bug important enough to require an uplift?
If not please set status_beta to wontfix.
If yes, don't forget to request an uplift for the patches in the regression caused by this fix.
For more information, please visit auto_nag documentation.
| Assignee | ||
Comment 7•4 years ago
|
||
Let's keep it at 91 as it introduces some other regressions.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Can you please provide more specific steps to reproduce this issue, because I was not able to do so. I tried to reproduce the issue using Nightly from 2021-06-06 on macOS 10.15.
Updated•4 years ago
|
| Assignee | ||
Comment 9•4 years ago
|
||
(In reply to Oana Botisan, Desktop Release QA from comment #8)
Can you please provide more specific steps to reproduce this issue, because I was not able to do so. I tried to reproduce the issue using Nightly from 2021-06-06 on macOS 10.15.
This is Linux / Wayland issue. Can be reproduced in Wayland environment, for instance on Fedora 33/34 / Gnome or Ubuntu 21.04 / Gnome.
Updated•4 years ago
|
Description
•