After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 502295 - Show hidden screws up display of files
Show hidden screws up display of files
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.12.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2007-12-07 11:36 UTC by Johannes Schmid
Modified: 2008-07-07 06:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Johannes Schmid 2007-12-07 11:36:52 UTC
Steps to reproduce:

- Open a GtkFileChooserDialog (from some application) which is intially set (through the session) to show hidden files.

- Use the context menu an disable "Show hidden"

=> The model seems to be updated and files disappear. But the view is not updated correctly because it still shows the .* directories but at the position of the non-hidden directories.

It is reproducable here (Ubuntu 7.10)!
Comment 1 Matthias Clasen 2008-07-07 00:12:29 UTC
Can't reproduce with current GTK+ trunk, which has a heavily changed filechooser, compared to what is in Ubuntu 7.10. 
Can you still reproduce this with gtk 2.13.x or with recent 2.12.x ?
Comment 2 Johannes Schmid 2008-07-07 06:11:36 UTC
No, seems to be fixed!