# Summary Pressing `<tab>` after one clicks on an item that reveals a menu should focus the menu # Motivation  It'd be really nice if my `<tab>` focus was at the box so `<tab>` would take me to `[Details]` I'm trying to delete dozens of pods # Proposal How do you think this should be implemented? Use a `focus()` call or whatever when opening a menu to ensure that the thing that's focused is one tab stop before the first item in the exposed menu. For my example, the thing that ended up focused in https://cd.apps.argoproj.io/applications/argo-cd?resource=&view=pods was a dex server (an ellipsis): <img width="951" alt="image" src="https://github.com/user-attachments/assets/c63165e7-2c1b-42a1-8cf6-c85caa544f4e">