Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hitting letter key in file listing jumps to wrong filename #896

Closed
cyberduck opened this issue Sep 26, 2006 · 2 comments
Closed

Hitting letter key in file listing jumps to wrong filename #896

cyberduck opened this issue Sep 26, 2006 · 2 comments
Assignees
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

anonymous created the issue

Reproduce:

  1. Open a connection listing several files
  2. Hit a letter key which corresponds to the first letter of one of the files
  3. Observe that the newly highlighted file name does not begin with the letter (how was it chosen?) [Sometimes it works, but mostly it doesn't.]

Expected Behavior:
Like Finder, the file listing should highlight the first filename which begins with the pressed letter.

@cyberduck
Copy link
Collaborator Author

709866e commented

This is almost fixed in 2.7.2. If you type a letter, it will jump to the first file that begins with that letter. However, if you type another letter after that, even if it's been over a minute since you typed the last letter, it will always go to the next file in the list that begins with the same letter as the first one you typed, unless there are no other files that begin with that letter, in which case it does nothing. If you type a third letter, it will then correctly jump to the letter you type.

To reproduce:

  1. Open a connection to an FTP directory that has a bunch of files
  2. Click on a file in the list (so that the directory list has focus)
  3. Type a letter. The highlighted file will be the first file that starts with that letter.
  4. Wait a minute (switch to other apps, etc.), and type another letter. The highlighted element will be the next one that starts with the letter typed in step 3 if there are any other files that begin with that letter. If there aren't, nothing will happen.
  5. Type another letter. Normal behavior resumes and the highlighted element will be the first one that starts with the letter you type.

Expected behavior:
After you type 1 letter, the app should wait a few seconds to see if you type another letter, because you might be typing the beginning of a filename to jump to that specific file. After a few seconds, if there is no input, reset the letters typed so that the next letter you type is considered to be the first letter again.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed in 7ed0eda.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants