Closed
Description
Copy-paste does not work using the context-menu only if the focused element is either an input
or a textArea
.
- VSCode Version: 1.45.1 5763d90
- OS Version: macOS 10.15.4 (19E287)
Steps to Reproduce:
- Open the Search view. (Ctrl/Cmd+Shift+F)
- Type
vscode
. - Right click in the
input
, selectCopy
from the context menu. - Right click in the
input
, selectPaste
. Nothing happens. It should insertvscode
so that the input showsvscodevscode
.
Notes:
- The copy action works as expected because I could paste with the copied content with the keybinding.
- It is important to select the
Search
view, as theSource Control
view wraps a monaco editor and not aninput
ortextArea
.
Difference between the context menus:
Monaco editor based context menu (SCM, for example):
input
/textArea
-based context menu (Search view, for instance):
Related: #52948?
Does this issue occur when all extensions are disabled?: Yes/No
Metadata
Assignees
Labels
No labels