GNOME Bugzilla – Bug 463121
The main window shouldn't resize/move when you open a document window
Last modified: 2012-10-31 18:35:54 UTC
It's really strange to have an empty window resized and moved when you open a document. The document profile (or metadata?) with the window size and position should only be applied when you directly open a document.
*** Bug 491012 has been marked as a duplicate of this bug. ***
I'm the reporter of Bug 491012. I'm not quite sure it's exactly the same issue, so I would add to the description "The document profile (or metadata?) with the window size and position should only be applied when you directly open a document AND before displaying the window".
Hm, indeed it's a bit different. Sorry, I remembered we had similar issue, but probably not this one. Let this bug be a common point for resizing on open issues.
isn't this just a matter of doing things in this order? : 0) have the gtk properties for that window to show = False (or hide = True?) by default 1) grab the document dimensions/metadata, or calculate using bug #562023 2) set the window dimensions through GTK 3) window.show() Or something along those lines?
This looks pretty close to bug 448837.
*** This bug has been marked as a duplicate of bug 448837 ***