GNOME Bugzilla – Bug 671235
FileFilter combo does not expand ellipsed file names when dropdown box selected
Last modified: 2018-02-10 03:24:03 UTC
bug 527499 fixed a problem with FileChooserDialog being expanded large than the screen. However the ellipsed file extentions should be un-ellispsed once the dropdown box is selected. Steps to reproduce: 1. Open a FileChooserDialog in a context with a long filter. For example, uploading images to flickr (http://flickr.com/photos/upload/). Actual results: The file types are ellipsed, and remain ellipsed when clicking on the dropdown box. Expected results: Full file types are shown when drop down selected. Does this happen every time? Yes
Created attachment 208887 [details] Simple gtk3 app to show the problem I have attached a simple app to show the problem. To compile: g++ simple-gtk3.cpp -o simple-gtk `pkg-config g--cflags --libs`
We're moving to gitlab! As part of this move, we are closing bugs that haven't seen activity in more than 5 years. If this issue is still imporant to you and still relevant with GTK+ 3.22 or master, please consider creating a gitlab issue for it.