GNOME Bugzilla – Bug 756943
EphyFileChooser is broken
Last modified: 2015-10-26 15:55:46 UTC
The custom FileChooser, EphyFileChooser, is broken when you try to “Save as…” or from the Preferences dialog to set your Downloads’ folder (and maybe elsewhere, but not for “Open…”). It shows at the right of the list file an empty grey area, instead of showing at the bottom a custom widget.
Created attachment 313836 [details] Screenshot.
I wonder if this is a behavior change in GTK+.
Hit Enter too soon. "I wonder if this is a behavior change in GTK+," but Epiphany uses a blank GtkImage as the preview widget, which is probably wrong. The bug goes away if we don't do that.
Created attachment 314110 [details] [review] ephy-file-chooser: Don't show a blank preview widget The preview widget is initially empty, so don't show it until after an image has been selected.
Attachment 314110 [details] pushed as 62960ba - ephy-file-chooser: Don't show a blank preview widget