GNOME Bugzilla – Bug 771900
Returning from fullscreen on Wayland causes window decorations and navigation bar to disappear
Last modified: 2016-10-13 07:35:14 UTC
Created attachment 336179 [details] Return from fullscreen while video playing On a wayland session 1. Start playing a video 2. Go fullscreen [press 'f'] 3. Exit fullscreen [press 'f'] Result: No window decoration, navigation bar disappeared. Messed up. See screenshot. P.S.: No such issue seen on Xorg.
I suspect this is related to GtkClutterEmbed using a subsurface on Wayland, and updating its size/position on configure events and and size_allocate from gtk+. => Moving to gtk+
(Note I moved it to "General" because I don't think the issue is from gdk own Wayland backend, but from the layer above)
Same as bug 767713
For completion, it will need the patch for cogl from bug 772707 as well.
*** This bug has been marked as a duplicate of bug 767713 ***