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 142891 - backspace does not work in list view
backspace does not work in list view
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Keyboardability
0.x.x [obsolete]
Other All
: High minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
AP3
Depends on:
Blocks:
 
 
Reported: 2004-05-21 10:54 UTC by Stephen Kennedy
Modified: 2005-02-27 19:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch. (1.27 KB, patch)
2004-07-22 18:02 UTC, Christian Neumair
none Details | Review
Proposed patch. (1.36 KB, patch)
2004-10-22 13:52 UTC, Christian Neumair
none Details | Review

Description Stephen Kennedy 2004-05-21 10:54:31 UTC
To reproduce:

Open a window in list view:
When no items are selected, Backspace behaves like Alt+Up (goto parent)
However when items are selected, Backspace no longer works (although Alt+Up does)

Expected behaviour:

Backspace works identically, regardless of selection status.
Comment 1 Christian Neumair 2004-07-22 18:01:21 UTC
Thanks for your bug report.
Comment 2 Christian Neumair 2004-07-22 18:02:27 UTC
Created attachment 29800 [details] [review]
Proposed patch.

Should be applied to HEAD and gnome-2-6 branch.
Comment 3 Michael Henson 2004-10-05 01:00:34 UTC
I just tested this against the cvs version of nautilus and regardless of whether
a file is selected or not, pressing backspace will open the parent window.
Comment 4 Christian Neumair 2004-10-06 17:49:31 UTC
That's why I wrote this patch. Obviously, none of the nautilus devels has time
/is in the mood to review it.

regs,
 Chris
Comment 5 Michael Henson 2004-10-06 18:24:12 UTC
I'm sorry, I believe I misunderstood the problem. I'll take a closer look into
it and see what's up.
Comment 6 Calum Benson 2004-10-21 15:34:05 UTC
Marking as AP3 to reflect accessibility impact.
Comment 7 Calum Benson 2004-10-21 16:44:53 UTC
Apologies for spam-- ensuring Sun a11y team are cc'ed on all current a11y bugs.
 Filter on "SUN A11Y SPAM" to ignore.
Comment 8 Christian Neumair 2004-10-22 13:52:46 UTC
Created attachment 32924 [details] [review]
Proposed patch.

My initial patch removed the binding from the tree view container instead of
removing it from the tree view itself.
Comment 9 Martin Wehner 2005-02-27 19:48:26 UTC
Committed on HEAD. Thanks & Sorry for the delay.