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

The widget in "Searching Keyserver" shows non-updated information #108

Open
mribeirodantas opened this issue Jun 28, 2014 · 1 comment
Open

Comments

@mribeirodantas
Copy link

Searching for public keys on the "Searching Keyserver" tab will first show an empty widget and from this point on the string searched on the previous search.

@kylehuff
Copy link
Owner

This happens because in v0.9.4, the call to the search method is blocking, which doesn't give the jQueryUI elements time to update the string. Because the update occurs after the fact, when you search again you see the previous string. This will probably resolve itself in the next release, which is all asynchronous calls (non-blocking).

Thanks for reporting this.

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

2 participants