Pressing Esc
not closing input box when focus is out
#6773
Labels
bug
bugs found in the application
help wanted
issues meant to be picked up, require help
quick-open
issues related to the quick-open
vscode
issues related to VSCode compatibility
Description
In vscode, when some input box is opened and you press
esc
the input box is closing(Regardless of focus).In Theia,
esc
close the input box only when the focus is in the input box.Reproduction Steps
hello-0.0.1.vsix.zip
Activate the vsix above (remove the
.zip
) in Theia.Activate the command "hello world" from the command pallete -> An input box should apear.
Change the focus from the input box to something else.
Press
esc
the input box remain although it shouldn't.OS and Theia version:
Local Theia 13, Theia gitpod 13
The text was updated successfully, but these errors were encountered: