You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open a connection to an FTP directory that has a bunch of files
Click on a file in the list (so that the directory list has focus)
Type a letter. The highlighted file will be the first file that starts with that letter.
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.
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.
Reproduce:
Expected Behavior:
Like Finder, the file listing should highlight the first filename which begins with the pressed letter.
The text was updated successfully, but these errors were encountered: