webpg-chrome icon indicating copy to clipboard operation
webpg-chrome copied to clipboard

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

Open mribeirodantas opened this issue 10 years ago • 1 comments

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.

mribeirodantas avatar Jun 28 '14 17:06 mribeirodantas

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.

kylehuff avatar Jun 28 '14 17:06 kylehuff