Opened 10 years ago
Last modified 4 years ago
#11348 new bug
File panels impossible to navigate with keyboard
Reported by: | KapiX | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1.1 |
Component: | Kits/libtracker.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Sometimes I want to navigate through directories in open/save file panel with keyboard, but it is impossible, since the window intercepts Enter and Space key presses, thinking I wanted to press the default button and close the window.
Change History (5)
comment:1 by , 10 years ago
Component: | Kits/Interface Kit → Kits/libtracker.so |
---|---|
Owner: | changed from | to
comment:2 by , 4 years ago
Milestone: | R1 → R1.1 |
---|
comment:3 by , 4 years ago
comment:4 by , 4 years ago
It may be that the bug is already fixed since it was reported 7 years ago and the code has changed a bit since then?
comment:5 by , 4 years ago
Navigation is working with Alt+Up/Down. Enter key is working for open dialog with file selection. Keyboard navigation is not working with save dialog, focus is always set to file name input field.
Note:
See TracTickets
for help on using tickets.
I investigated this to work on, and started by trying to reproduce/understand the issue. File Open/Save panels worked painless for me, TABing consecutively between fields and buttons, moving up/down through the file hierarchy (even in Tracker folder views), filtering names with spaces, opening files by hitting enter. All as expected by me. This will need clarification for me to work on.