GNOME Bugzilla – Bug 705823
Game screen disappears after opening preferences dialog in full screen mode
Last modified: 2013-08-12 13:55:22 UTC
Steps to reproduce: - Invoke full screen mode via Settings -> Full Screen - Open preferences dialog via Settings -> Preferences Intended Behaviour: Preferences dialog is presented in front of game window Actual outcome: Game window is hidden before preferences dialog is exposed. After closing preferences dialog, user must use ALT+TAB to switch to game window to resume playing.
Created attachment 251331 [details] [review] Ensure preferences dialog is transient for main window Patch resolves issue by setting the preferences dialog transient for the main window
Thank you for your patch, I'm pushing it to master and also gnome-3-8. (You can't actually open Preferences while fullscreen in master, but of course the patch is still correct.) Attachment 251331 [details] pushed as b5788f2 - Ensure preferences dialog is transient for main window
My pleasure :) Thank you for accepting the change so rapidly.