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 735826 - Window not shown if popup, transient for and shown before parent.
Window not shown if popup, transient for and shown before parent.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-01 17:13 UTC by Christoph Reiter (lazka)
Modified: 2015-03-03 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example (370 bytes, text/plain)
2014-09-01 17:13 UTC, Christoph Reiter (lazka)
Details

Description Christoph Reiter (lazka) 2014-09-01 17:13:18 UTC
Created attachment 285036 [details]
example

See the attached example:

popup -> show_all()
parent -> show_all()
popup -> set_transient_for(parent)

Result: popup never shows up

(tested under weston)
Comment 1 Christoph Reiter (lazka) 2015-03-03 12:58:33 UTC
This works now in current trunk (wayland/weston/gtk+)