After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693913 - wayland: attempt to determine the possible parent surface for popups
wayland: attempt to determine the possible parent surface for popups
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-15 17:49 UTC by Thomas Wood
Modified: 2013-02-19 01:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wayland: attempt to determine the possible parent surface for popups (4.62 KB, patch)
2013-02-15 17:49 UTC, Thomas Wood
committed Details | Review

Description Thomas Wood 2013-02-15 17:49:29 UTC
To position the popups correctly on Wayland, a parent surface needs to be set.
Therefore, for popup menus which do not have a transient parent, an appropriate
surface needs to be determined.
Comment 1 Thomas Wood 2013-02-15 17:49:31 UTC
Created attachment 236281 [details] [review]
wayland: attempt to determine the possible parent surface for popups

Use the surface beneath the device that created the grab as the transient
parent for the popup surfaces.
Comment 2 Rob Bradford 2013-02-18 15:37:55 UTC
Review of attachment 236281 [details] [review]:

LGTM.
Comment 3 Cosimo Cecchi 2013-02-19 01:48:04 UTC
Attachment 236281 [details] pushed as fbc0572 - wayland: attempt to determine the possible parent surface for popups