GNOME Bugzilla – Bug 772664
On Wayland, windows containing GtkGLArea fail to maximize correctly
Last modified: 2016-10-11 15:50:48 UTC
Created attachment 337286 [details] test program On Wayland, windows that contain GtkGLArea do not maximize correctly. The window appears to enter maximized state, but it is not moved to the correct position. This doesn't happen with gtk+ <= 3.20. Steps to reproduce: 1. Run the attached test program. 2. Maximize the window (eg. by pressing Alt+F10).
Works fine here with gtk+-3.22.1 and mutter-3.22.0 Which version do you use?
I'm using gtk+-3.22.0 and mutter-3.22.0.
gtk+-3.22.1 has the fix for bug 771915 and bug 771561 so I reckon it's a dupe of those. Can you try to reproduce with gtk+-3.22.1 ?
Dupe of bug 771915 to be precise (although bug 771915 and bug 771561 are related)
Looks like it really is a dupe of bug 771915. I'm no longer able to reproduce the bug after upgrading to gtk+-3.22.1.
*** This bug has been marked as a duplicate of bug 771915 ***