-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-rustdoc-jsArea: Rustdoc's JS front-endArea: Rustdoc's JS front-endA-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Hi @jsha & @GuillaumeGomez
With the latest nightly, generate some documentation and search for something
- For example: https://data.estada.ch/rustdoc-nightly_4e3e6db01_2021-05-18/multiplayer_snake/index.html?search=sender
- Type
s
to get into the input field - Press
↓↓→
tree times - Type
s
to get back to the input field - Delete two characters so it searches for
send
- Wait 500ms (you can go down in the first 500ms but then the bug triggers anyways and nothing is selected)
- Press
↓
again (and again)
I expected to see this happen: Select the first entry again
Instead, this happened: Nothing
Cheers
Stefan
Meta
This is a follow up to #84462
rustc --version --verbose
:
rustc 1.54.0-nightly (4e3e6db01 2021-05-18)
jsha
Metadata
Metadata
Assignees
Labels
A-rustdoc-jsArea: Rustdoc's JS front-endArea: Rustdoc's JS front-endA-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.