GNOME Bugzilla – Bug 777412
The modal window not overtop on main window in fullscreen
Last modified: 2018-05-02 17:59:09 UTC
Created attachment 343686 [details] PyGObject If my app starting in the fullscreen mode, then all modal windows not overtop on main window. App is locked. I'm write example to reproduce the error in attachment.
Yeah, I've noticed that myself a few times that modal only seems to work with "dialogs". Setting self.set_type_hint(Gdk.WindowTypeHint.DIALOG) usually helps. btw. you're calling gtk functions from a thread and gtk is not threadsafe. moving to gtk+, maybe they know more about why this is.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/739.