GNOME Bugzilla – Bug 749716
xdg-shell: Popups should be placed relative to the parent surface
Last modified: 2015-06-10 03:09:10 UTC
This patch depends on https://bugzilla.gnome.org/show_bug.cgi?id=744934 .
Created attachment 303800 [details] [review] xdg-shell: Popups should be placed relative to the parent surface According to the xdg-shell protocol specification the (x, y) coordinates passed when creating a popup surface is relative to top left corner of the parent surface, but prior to this patch, if the parent surface was a xdg_surface, it'd position it relative to top left corner of the window geometry of that xdg_surface.
Review of attachment 303800 [details] [review]: Nice catch, thanks.
Attachment 303800 [details] pushed as daa15d9 - xdg-shell: Popups should be placed relative to the parent surface