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 755053 - Fix gtk-clutter-events on X11/GDK-X11 backends
Fix gtk-clutter-events on X11/GDK-X11 backends
Status: RESOLVED FIXED
Product: clutter-gtk
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: clutter-gtk maintainer(s)
clutter-gtk maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-09-15 11:10 UTC by Lionel Landwerlin
Modified: 2015-09-15 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
embed: realize stage when realize widget (847 bytes, patch)
2015-09-15 11:10 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2015-09-15 11:10:21 UTC
Ensure the stage is realized as soon as the widget is realized.
Comment 1 Lionel Landwerlin 2015-09-15 11:10:24 UTC
Created attachment 311350 [details] [review]
embed: realize stage when realize widget

Ensure backward compatibility in case someone access the stage before we
map/show the embedding GtkWidget.
Comment 2 Emmanuele Bassi (:ebassi) 2015-09-15 11:13:31 UTC
Thanks for the quick fix.

Attachment 311350 [details] pushed as 0efc95c - embed: realize stage when realize widget