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

[searchResultList] check for repeated 'newResults' event #33

Open
schloett opened this issue Nov 6, 2015 · 1 comment
Open

[searchResultList] check for repeated 'newResults' event #33

schloett opened this issue Nov 6, 2015 · 1 comment

Comments

@schloett
Copy link

schloett commented Nov 6, 2015

see #30

@schloett
Copy link
Author

Reopening this issue, since it caused another bug: Normally, a queryTriggered event occurs before newResults. This event causes the loading bar to show up and hide/remove the results. If now a repeated query arrives, the loading bar does not vanish and the results won't show up.
Possible solution would be to only hide the result set upon a queryTriggerd event and only redraw the view, when new results arrive. If a repeated query is detected, the result set should just be made visible again.

@schloett schloett reopened this Nov 19, 2015
@LadyBytes LadyBytes removed their assignment Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant