You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wayland: Always send configure event after xdg_popup::reposition
Commit 6c7565e changes
meta_window_wayland_move_resize_internal so that it doesn't send a configure
event if there were no changes since the last sent configure event.
However the Wayland spec mandates that xdg_popup::repositioned and
xdg_popup.configure be sent after a xdg_popup::reposition request, even if
there were no changes in the placement.
Add a new META_MOVE_RESIZE_WAYLAND_FORCE_CONFIGURE flag to indicate that we
require sending a configure event no matter what.
This fixes a bug where entering a submenu within Gtk.PopoverMenu hangs GTK
waiting for a configure event that never comes.
Bug-Ubuntu: https://launchpad.net/bugs/2125770
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4691>
0 commit comments