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

Slow keyboard list navigation when typing file name #3356

Closed
cyberduck opened this issue Jul 22, 2009 · 2 comments
Closed

Slow keyboard list navigation when typing file name #3356

cyberduck opened this issue Jul 22, 2009 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

7717b33 created the issue

There is about a 1 second delay when typing a file/folder name and you are trying to get to an item that is not the first in the list with the first letter that you type. For example if you have a folder called "images" and one called "includes" and you quickly type "in" to get to the includes folder, it first highlights "images" folder then delays a full second before highlighting "includes". This delay removes the much of the speed advantage of using the keyboard to navigate. When diving deep into a folder structure this adds a second waiting time at each level. Transmit does not have this delay, but it does carry over what you are typing to the next folder, and it is necessary to wait sometimes for the typing buffer to clear. The UI would be greatly improved by avoiding any of these kinds of delay.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We will remove the custom type ahead selection and use the default implementation now available.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 15e5373.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants