You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am going to close this as invalid, it works, sort of. The SCM and the Search "inputs" work differently, good to know.
I was an idiot and expected to see the original value plus the pasted one, but it works differently; contextmenu event will set the focus and select the input value, so when I execute the paste command, it overrides the original value. This seems to be the default behavior with inputs on macOS.
Copy-paste does not work using the context-menu only if the focused element is either an
input
or atextArea
.Steps to Reproduce:
vscode
.input
, selectCopy
from the context menu.input
, selectPaste
. Nothing happens. It should insertvscode
so that the input showsvscodevscode
.Notes:
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
The text was updated successfully, but these errors were encountered: