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 750418 - Folder chooser cancels directory creation on dialog confirmation
Folder chooser cancels directory creation on dialog confirmation
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-06-04 20:22 UTC by Michał Sawicz
Modified: 2015-06-05 03:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michał Sawicz 2015-06-04 20:22:42 UTC
Original bug:

http://pad.lv/1462084

These steps are in Nautilus, but same happens in e.g. Shotwell, so a gtk bug.

Steps to reproduce:
- open Nautilus/Files
- right-click on an item
- choose "Move To..."
- click "Create Folder"
- type in a folder name (don't press enter)
- click "Select"

Expected:
- folder gets created
- the created folder is used as target

Current:
- folder does not get created
- the first folder available is used as target
Comment 1 Matthias Clasen 2015-06-05 03:01:02 UTC
These bugs are all about the awkwardness of in-place editing in lists.

They are all fixed in 3.17 by not doing that anymore. Instead, we have a popover for this.