You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not able to search anything that start with 'S'.
I guess it is because of
Click or press ‘S’ to search, ‘?’ for more options…
So, when one presses 'S' search field takes a focus but consequent 'S' presses do nothing.
It results in very inconvenient way to search without leading 'S' and to hope that autocomplete will help me.
I have opened a topic on Rust Forum.
There are interesting points from others:
It’s worth noting that this does not happen if you try searching sufficiently old docs. Here’s an example of sufficiently old docs that don’t exhibit this problem.
Just tried. Also sometimes does not work when second is s.
I don't know where this issue should be filed.
Please, correct me if I am doing something wrong.
For me pressing S focuses the search box correctly and then I'm able to type anything, including using S, so maybe this is browser specific, or possibly something related to #50064? But for me on Firefox 59 pressing S to focus the search bar works for me, both in stable and nightly docs (until I input the same search query after removing it already, as in the referenced issue)
Hello,
It seems I have noticed a bug on docs.rs.
I am not able to search anything that start with 'S'.
I guess it is because of
So, when one presses 'S' search field takes a focus but consequent 'S' presses do nothing.
It results in very inconvenient way to search without leading 'S' and to hope that autocomplete will help me.
I have opened a topic on Rust Forum.
There are interesting points from others:
I don't know where this issue should be filed.
Please, correct me if I am doing something wrong.
Thank you.
P. S.
I tried on macOS with:
Also, it works fine on https://doc.rust-lang.org/std/
The text was updated successfully, but these errors were encountered: