GNOME Bugzilla – Bug 758159
GtkFileChooserDialog continually grows allocation size after use
Last modified: 2015-12-11 17:30:23 UTC
Using GtkFileChooserDialog with a successful choice results in the size being cached somewhere. The value being stored seems to keep growing when CSD is enabled. Each subsequent use of the dialog grows larger and larger, until it is as large as the parent window.
Can you repoduce with testfilechooser? Something like "GTK_CSD=1 ./tests/testfilechooser" If so, could you try applying the last uncommitted patch from bug 756618, i.e. attachment 315350 [details] [review] and try again to see if it helps?
I believe this is fixed in master