GNOME Bugzilla – Bug 682779
'spontaneous' half-max rubberband
Last modified: 2013-03-18 15:43:45 UTC
Every now and then, I end up in a situation where the shell is drawing the half-max rubberband without any window associated to it. When this occurs, it stays around through workspace changes and window manipulation, until I maximize/unmaximize a window. http://mclasen.fedorapeople.org/half-max-leftover.png
I just figured out how this is reproduced: - Focus a window - Super-Left - Super-Up - Double-click on titlebar Now you should have a half-maximized blue outline while the window jumps back to its unmaximized size.
Created attachment 239116 [details] [review] window: Reset tile-mode on maximization We used to restore side-by-side tiling when unmaximizing, so we kept the tile-mode during maximization. Since commit 10d53fc7d there's no longer a good reason to do so, and it can result in tile previews being shown erroneously on window drag operations without motion (double-click on titlebar), so reset the tile mode in maximize().
Created attachment 239117 [details] [review] window: Remove obsolete code Since the tile mode is now always reset on maximize(), this code no longer does anything (not to mention that side-by-side tiled windows haven't snapped back for a while now).
Review of attachment 239116 [details] [review]: Yes
Review of attachment 239117 [details] [review]: Sure
Attachment 239116 [details] pushed as ac3465f - window: Reset tile-mode on maximization Attachment 239117 [details] pushed as 49df033 - window: Remove obsolete code