webpg-chrome
webpg-chrome copied to clipboard
The widget in "Searching Keyserver" shows non-updated information
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.
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.