From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020724 Description of problem: After start a app such as mozilla which window maximized at the end of last use, you will not restore the window correctly by click the maximize button to restore the window. The window goes beyond the desktop border. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. start mozilla and maximize it. 2. close mozilla 3. start mozilla again 4. click the maximized button to restore it Actual Results: the window streched out of the desktop border. Expected Results: place the window and it's border within the desktop Additional info:
Need to apply placement algorithm to the window on first unmaximize, probably.
*** Bug 72180 has been marked as a duplicate of this bug. ***
Upstream as http://bugzilla.gnome.org/show_bug.cgi?id=103318
Created attachment 89853 [details] Fix un-maximize problem If the application started in maximized/fullscreen size, this patch sets the saved size to a default size (proportional to the screen's size).