vscode: Breadcrumb selection is broken
- VSCode Version: 1.27.1
- OS Version: Linux x64
Steps to Reproduce
- Focus on the breadcrumbs menu
- Use the up/down arrow keys to select any item in the list
- Press the
Enter
key
Expected result
Upon pressing the Enter
key, the breadcrumbs menu should close and the editor should jump to the selected item.
Actual result
Upon pressing the Enter
key, the breadcrumbs menu stays open and the selection jumps back to the initial item (i.e. the one that is already highlighted at the time the menu is opened).
Additional info
Does this issue occur when all extensions are disabled?: Yes
The bug is also present on 1.27.1-insider (commit 5944e81f3
).
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 5
- Comments: 19 (10 by maintainers)
Commits related to this issue
- check for whitespace character when checking if key event produces printable char, #58079 — committed to microsoft/vscode by jrieken 6 years ago
- check for whitespace character when checking if key event produces printable char, #58079 — committed to microsoft/vscode by jrieken 6 years ago
Tested on latest insiders, works great! Thanks for the quick fix!