Navbar "Projects" menu dropdown no longer autofocuses the search box
Summary
Since upgrading to 13.9, the search box in the Projects dropdown on the main navbar no longer autofocuses the search box.
Steps to reproduce
This is reproducible on Gitlab.com. Click the Projects menu item. In the past, the search box would autofocus, but now it does not.
I can replicate this on the latest versions of Chrome and Firefox.
Example Project
Any.
What is the current bug behavior?
Clicking the Projects drop down does not autofocus the search box, breaking years of muscle memory.
What is the expected correct behavior?
Clicking the Projects drop down should autofocus the search box ready for input.
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com and on self-hosted.
Results of GitLab environment info
N/A as bug is replicated on Gitlab.com
Results of GitLab application Check
N/A as bug is replicated on Gitlab.com
Possible fixes
Here's a patch @pslaughter was working on to fix this in the new top nav menu redesign:
Edited by Paul Slaughter