GNOME Bugzilla – Bug 756714
Problem when a window is closed while running fullscreen animation
Last modified: 2015-10-16 21:07:31 UTC
Created attachment 313496 [details] Small python app to reproduce the bug If a fullscreen or unfullscreen animation is running on a window and the window is closed before the animation is finished, an image of it will get stuck on the screen. I wrote the attached code to reproduce the bug (press F11 to fullscreen and double press ESC to unfullscreen and close).
Created attachment 313500 [details] [review] windowManager: fix fullscreen clone being left around If we get another effect on the same actor, we should make sure to remove the clone through the "overwrite" methods provided by Tweener, or there will be a race that might end up with a stray clone being left around.
Review of attachment 313500 [details] [review]: Nice, thanks.
Attachment 313500 [details] pushed as 83e7f6f - windowManager: fix fullscreen clone being left around