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 573199 - New folder loses focus
New folder loses focus
Status: RESOLVED DUPLICATE of bug 552619
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.14.x
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2009-02-25 22:28 UTC by Giacomo Bordiga
Modified: 2009-02-26 15:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Giacomo Bordiga 2009-02-25 22:28:39 UTC
Please describe the problem:
After having created a new folder in gtk open/save dialogs, the folder list is sorted, causing the new directory to get a new position in the list of folders and the newly created folder loses focus.

This is unwanted behavior, since a lot of times you want to enter your newly created folder.

Suggested behavior is to let the newly created folder retain focus after
placing it at the appropriate position in the list of directories after
creation.

Steps to reproduce:
1. Open save dialog
2. Create a new folder
3. Rename the new folder


Actual results:
Focus of the folder is lost. No folder with focus.

Expected results:
Newly created folder keeps the focus

Does this happen every time?
Yes

Other information:
Comment 1 Nelson Benitez 2009-02-26 11:38:46 UTC
(In reply to comment #0)
[snip]
> Expected results:
> Newly created folder keeps the focus
> 

Besides keeping focus it also has to keep visible to the user, because when it's sorted after rename, it can be out of view.

I've tried win xp filechooser and handles this bug very well.
Comment 2 Matthew Paul Thomas (mpt) 2009-02-26 13:18:38 UTC
Mac OS behavior has always been to immediately navigate inside the new folder, on the grounds that if you create it then it's because that's where you want to save the file. Does Windows really just select the folder?
Comment 3 Nelson Benitez 2009-02-26 15:03:19 UTC

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