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

Improve speed of keyboard navigation through message list #721

Closed
ramonsmits opened this issue Apr 6, 2017 · 1 comment
Closed

Improve speed of keyboard navigation through message list #721

ramonsmits opened this issue Apr 6, 2017 · 1 comment
Assignees
Milestone

Comments

@ramonsmits
Copy link
Member

Problem

When browsing through the items in the listview SI is immediately loading the results and locks the listview.

Solution

It should use delayed event handling that only loads an item if it has been selected for more then for example 50 milliseconds. This allows to quickly scroll through the items with the keyboard without actually loading each item.

@HEskandari
Copy link
Contributor

Sounds reasonable and the effort seems to be small.

@HEskandari HEskandari added this to the 1.9.0 milestone Sep 12, 2017
@WilliamBZA WilliamBZA changed the title Listview should use delayed event handling Improve speed of keyboard navigation through message list Nov 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants