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 153132 - FileChooser should use backspace to go up the tree like Nautilus
FileChooser should use backspace to go up the tree like Nautilus
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.5.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
AP3
Depends on:
Blocks:
 
 
Reported: 2004-09-20 07:48 UTC by Danielle Madeley
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add backspace key (1015 bytes, patch)
2004-09-20 07:50 UTC, Danielle Madeley
none Details | Review

Description Danielle Madeley 2004-09-20 07:48:50 UTC
It took me a long time to discover Alt-Up went up the tree. Backspace should
also take you up the tree (this is what Nautilus does). This is incredibly
useful when combined with the keyboard navigability given by the TreeView
typeahead. Allowing you to rapidly navigate the filesystem like in days of old.
Comment 1 Danielle Madeley 2004-09-20 07:50:22 UTC
Created attachment 31714 [details] [review]
patch to add backspace key
Comment 2 Calum Benson 2004-10-21 16:17:08 UTC
Marking AP3 to reflect accessibility impact.
Comment 3 Calum Benson 2004-10-21 16:53:24 UTC
Apologies for spam-- ensuring Sun a11y team are cc'ed on all current a11y bugs.
 Filter on "SUN A11Y SPAM" to ignore.
Comment 4 Federico Mena Quintero 2004-11-16 16:38:29 UTC
Good idea :)  Please go ahead and commit.
Comment 5 Matthias Clasen 2004-11-16 16:54:26 UTC
how does this interact with typeahead ?
Comment 6 Danielle Madeley 2004-11-16 17:09:54 UTC
When you're in typeahead, the keystrokes are sent to the entry widget, therefore
you backspace in the entry widget. You have to get rid of the typeahead widget
before you can backspace back a directory. Useful though if you pressed enter on
the wrong thing.
Comment 7 Matthias Clasen 2004-11-16 17:18:03 UTC
Makes sense to me.
Comment 8 Danielle Madeley 2004-11-16 17:29:06 UTC
Committed to gtk+-2.5