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 777412 - The modal window not overtop on main window in fullscreen
The modal window not overtop on main window in fullscreen
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-01-18 01:43 UTC by DJ_Baldey
Modified: 2018-05-02 17:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PyGObject (1.51 KB, text/x-python)
2017-01-18 01:43 UTC, DJ_Baldey
Details

Description DJ_Baldey 2017-01-18 01:43:19 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.
Comment 1 Christoph Reiter (lazka) 2017-01-25 00:18:06 UTC
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.
Comment 2 GNOME Infrastructure Team 2018-05-02 17:59:09 UTC
-- 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.