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 752524 - modal dialog shading is stuck when removing the dialog while the parent is minimized
modal dialog shading is stuck when removing the dialog while the parent is mi...
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
: 751855 756008 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-07-17 08:56 UTC by Timm Bäder
Modified: 2019-09-16 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Reproducer (724 bytes, text/plain)
2015-07-17 08:56 UTC, Timm Bäder
  Details
windowManager: Fix windows not getting undimmed while hidden (1.16 KB, patch)
2016-08-22 18:03 UTC, Rui Matos
committed Details | Review

Description Timm Bäder 2015-07-17 08:56:47 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.
Comment 1 Rui Matos 2016-08-22 16:10:21 UTC
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.
Comment 2 Rui Matos 2016-08-22 16:16:21 UTC
hang on, I didn't read this right, if I minimize the parent I can reproduce
Comment 3 Rui Matos 2016-08-22 18:03:39 UTC
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.
Comment 4 Florian Müllner 2016-09-09 11:04:20 UTC
Review of attachment 333936 [details] [review]:

OK
Comment 5 Rui Matos 2016-09-09 15:18:27 UTC
Attachment 333936 [details] pushed as 02a51bf - windowManager: Fix windows not getting undimmed while hidden
Comment 6 Rui Matos 2016-10-18 11:52:44 UTC
*** Bug 756008 has been marked as a duplicate of this bug. ***
Comment 7 André Klapper 2019-09-16 13:23:14 UTC
*** Bug 751855 has been marked as a duplicate of this bug. ***