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 316303 - Save dialog forgets file name on directory create
Save dialog forgets file name on directory create
Status: RESOLVED DUPLICATE of bug 308332
Product: libgnomeui
Classification: Deprecated
Component: file-chooser
2.12.x
Other All
: Normal minor
: future
Assigned To: Federico Mena Quintero
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2005-09-14 13:13 UTC by Koop Mast
Modified: 2005-11-01 20:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Koop Mast 2005-09-14 13:13:06 UTC
When creating a directory in the save dialog the file name gets cleared.

Steps to reproduce:
Try to save a page from a gnome application.
Click on Browser for other folders.
Press the Create Folder button.
Enter a name for this folder, and watch the file name disappear when confirming
that name (by pressing enter for example).

This is not desired when trying to save a file in a new directory.
And its also happens with gtk 2.6 + gnome 2.10.

Other information:
Comment 1 Martin Seifert 2005-10-29 13:57:53 UTC
This is a ugly one!
Every time I want to save a file and think about creating a new folder for it
because some other files may follow, I have to create the folder in a terminal
or create it via the gnome-file-chooser, abort and click on save again to get
the filename back.
Very annoying.
Comment 2 Federico Mena Quintero 2005-10-31 18:18:16 UTC

*** This bug has been marked as a duplicate of 308332 ***
Comment 3 Marcin Garski 2005-11-01 20:16:34 UTC
Federico are you sure that this is a duplicate?

In bug report of 308332 I can read:
"clear the file name entry only if we are in CREATE_FOLDER mode"

"the user starts typeahead in the treeview, and we don't want to clear the file
name entry in that case"

As you can see only in typeahead case file won't be clear, what about when you
are in CREATE_FOLDER mode? As I understood CREATE_FOLDER mode is when you "Press
the Create Folder button."? If so, then THIS bug isn't dup and also isn't fixed
because of:
"Press the Create Folder button.
Enter a name for this folder, and watch the file name disappear when confirming
that name (by pressing enter for example)."