GNOME Bugzilla – Bug 419810
New windows that are created at max height are stuck on the top/bottom edges
Last modified: 2007-06-14 00:11:23 UTC
Setup: Single 24px gnome-panel at the top of the screen Steps: 1. Open a window placement remembering app (like epiphany) 2. Resize it so that it takes maximum space available vertically 3. Close the app 4. Open the app Expected: You can drag and resize the window vertically Actual result: The window sticks to the top and bottom of the area like a handful of wonderglue The only way to shake it off seems to be to maximize it and then drag it off from that state. Even ALT-drag doesn't work.
Hmm, I guess auto vertical/horizontal maximization isn't such a great idea when only one of the two is relevant (especially since we only have UI feedback for fully maximized windows and horziontal/vertical maximization keybindings aren't bound by default). See metacity/src/place.c:meta_window_place(), search for maximize_(horizontally|vertically)_after_placement.
Created attachment 86271 [details] [review] Patch that should fix this
And so it is! Nice. (verifying)
*** Bug 430007 has been marked as a duplicate of this bug. ***
*** Bug 447205 has been marked as a duplicate of this bug. ***