GNOME Bugzilla – Bug 791061
Modal dialogs may get "stuck" indefinitely
Last modified: 2021-07-05 14:30:44 UTC
Created attachment 364720 [details] unset-transient-for.c If the transient-for state of a modal dialog is unset before the dialog is destroyed, the actor of the dialog will never disappear, and the parent will stay dimmed indefinitely. The cause seems to be that in _destroyWindow, the window.get_transient_for() returns null in the window.is_attached_dialog() true branch, causing the clean up path to malfunction. See attachment for a simple reproducer. Reproduces on both Wayland and X11.
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org. As part of that, we are mass-closing older open tickets in bugzilla.gnome.org which have not seen updates for a longer time (resources are unfortunately quite limited so not every ticket can get handled). If you can still reproduce the situation described in this ticket in a recent and supported software version, then please follow https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines and create a new ticket at https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/ Thank you for your understanding and your help.