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 673577 - Wrong folder opened in FileChooser "choose directory" mode
Wrong folder opened in FileChooser "choose directory" mode
Status: RESOLVED DUPLICATE of bug 672271
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.2.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2012-04-05 14:38 UTC by lainverse
Modified: 2017-08-24 22:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lainverse 2012-04-05 14:38:54 UTC
When you decide to use choose directory functionality in any GTK-based application it's really troublesome to choose directory from current path.

Example (based on Transmission GUI but it's the same in all such dialogs):

Transmission specific part:
1. Chose any downloaded torrent like ISO with latest Ubuntu or Debian;
2. From context menu chose 'Set Location…';
3. Select 'Other…' from drop-down list;

Let's assume we are in the ~\Downloads\Ubuntu\11.10\ directory right now because this folder were previously selected when different torrent were added.

Generic part:
4. Click on previous directory in the path above (buttons) on the left side from current folder (Ubuntu directory in current example).
5. Click 'Open…' button.

Expected result:
Ubuntu directory are chosen. Active directory must be chosen because user clicked on it.

Actual result:
11.10 directory are chosen. We were in 11.10 directory and... we still in 11.10 directory! On the step 4 name of the next folder in the row appeared in the 'Location:' filed (which expected to remain empty, nothing were typed by hands).
If you chose 'Download' directory it will open 'Ubuntu' directory instead. If you chose 'username' directory it will open 'Download'. >_<

I think it's really easy to fix. Just leave 'Location:' field empty/unmodified when user click on the directories in the path. Right now behavior is really confusing.
Comment 1 Adam Dingle 2013-04-21 09:38:15 UTC
This appears to be a duplicate of bug 672271.
Comment 2 Daniel Boles 2017-08-24 22:19:32 UTC

*** This bug has been marked as a duplicate of bug 672271 ***