]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=GuillaumeGomez
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 15 Nov 2022 00:40:46 +0000 (01:40 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 00:40:46 +0000 (01:40 +0100)
commit5e753ca2b28c3854cb797b580becad8d3ce264ea
tree543abd52a0d1fe697de54504525c8d64856e08af
parentf17828d938525ccea16833f731f8a9c40ea8fc93
parent7b00534952c9d2685a960e2d501cc4eefab6c075
Rollup merge of #104415 - notriddle:notriddle/search-keyboard-commands, r=GuillaumeGomez

rustdoc: fix corner case in search keyboard commands

This fixes a bug when that shows up in nightly and in stable where:

* Search something
* Press down: first result is highlighted
* Press down: second result is highlighted
* Press down: third result is highlighted
* Press right: first result of second tab is highlighted
* Press left: third result of first tab is highlighted
* Press up: second result is highlighted
* Press up: first result is highlighted
* Press up: Search box is highlighted
* Press down: **third result** is highlighted, where it ought to highlight the first result