GNOME Bugzilla – Bug 736812
Entry completion shows up at the top-left
Last modified: 2014-09-17 19:53:01 UTC
Created attachment 286396 [details] screenshot GTK+ master, mutter master mutter --wayland & GDK_BACKEND=wayland gtk3-widget-factory The drop-down from the combo box is at the top left instead of underneath the entry.
hmm, that works here. I get the popup mostly in the right place (module shadow/invisible border offset)
Created attachment 286398 [details] [review] wayland: Fix the placement of popup windows The fix in d61dde1 regressed the position of popup windows, since the size was 0x0 when we wanted to do a sole move. Only fizzle out in the path where we actually *do* resize.
Attachment 286398 [details] pushed as 4a41d41 - wayland: Fix the placement of popup windows