rust-search-extension icon indicating copy to clipboard operation
rust-search-extension copied to clipboard

Top result uses search string from previous keypress

Open heftig opened this issue 3 years ago • 2 comments

I'm seeing some bizarre behavior where the top result returned by the extension seems to be from the results for the previous keypress. The rest of the results are for the latest keypress.

Demo video: https://paste.xinu.at/dgADyT/

Version 1.1.0, Firefox Nightly.

heftig avatar Jan 19 '21 13:01 heftig

Thanks for the feedback. This is a known bug belong to Firefox. See this issue #14.

Folyd avatar Jan 19 '21 14:01 Folyd

This doesn't fix the Firefox bug, but one workaround as a user seems to be just to type a space after your query, which then shows the expected results. Also, as far as I can tell, even though the suggestions look wrong, the search itself will still work as expected (i.e. rs !log<enter> still takes me to https://docs.rs/log).

ian-h-chamberlain avatar Oct 01 '21 15:10 ian-h-chamberlain