GNOME Bugzilla – Bug 752524
modal dialog shading is stuck when removing the dialog while the parent is minimized
Last modified: 2019-09-16 13:23:14 UTC
Created attachment 307608 [details] Reproducer The title basically says it all. To reproduce, compile the attached test case, minimize the window, wait 5 seconds, focus the window again. The shading is stuck on the window but the dialog has vanished.
This doesn't reproduce here on master, does it still not work for you? I just fixed a "dim stuck" issue in bug 770163 but even without that patch, your sample program behaves fine.
hang on, I didn't read this right, if I minimize the parent I can reproduce
Created attachment 333936 [details] [review] windowManager: Fix windows not getting undimmed while hidden Mutter's plugin destroy event doesn't happen if a window is hidden when it gets unmanaged so we also need to handle the MetaWindow::unmanaged signal to check whether the parent should dimmed.
Review of attachment 333936 [details] [review]: OK
Attachment 333936 [details] pushed as 02a51bf - windowManager: Fix windows not getting undimmed while hidden
*** Bug 756008 has been marked as a duplicate of this bug. ***
*** Bug 751855 has been marked as a duplicate of this bug. ***