! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Shortcuts pane: Keyboard navigation broken
Status:
CLOSED: FIXED

Comments

Description Stefan Stuhr 2006-03-09 14:17:26 CET
Keyboard navigation in the shortcuts side pane is broken.

Reproducible: Always
Steps to Reproduce:
1. Move the keyboard focus to the shortcuts side pane.
2. Press the arrow keys to move the treeview cursor to a shortcut (not a
shortcut to the current directory).
3. Press Space or Return.
Actual Results:  
Nothing happens.

Expected Results:  
Thunar should navigate to the shortcut.

It seems that one can only navigate to a shortcut by activating the
"button-release-event" signal (I haven't looked at the source code).

Proposed solution:
Connect to the "row-activated" signal of the treeview to navigate to shortcuts.
The connection to the "button-release-event" signal should be kept for mouse
navigation.
Comment 1 Stefan Stuhr 2006-03-09 14:27:46 CET
Another part of this bug is that one cannot use the keyboard (Shift + F10) to
pop up the popup menu for shortcuts. A solution here would be to connect to the
"popup-menu" signal and pop up the menu.
Comment 2 Benedikt Meurer editbugs 2006-03-09 18:28:18 CET
Fixed with revision 20305.

2006-03-09	Benedikt Meurer <benny@xfce.org>

	* thunar/thunar-shortcuts-view.c: Improve keyboard navigation. Remove
	  the "Display Icon Emblems" menu item. Bug #1559.
Comment 3 Stefan Stuhr 2006-03-09 18:38:50 CET
Thanks, Benny :)

Bug #1559

Reported by:
Stefan Stuhr
Reported on: 2006-03-09
Last modified on: 2009-07-17

People

Assignee:
Jannis Pohlmann
CC List:
0 users

Version

Version:
0.2.3svn

Attachments

Additional information