Description
Windows Terminal version
1.16.3463.0
Windows build number
10.0.19044.0
Other Software
No response
Steps to reproduce
Enable option in settings "copy on select" in settings.
Select something in terminalLet it be "some text 1".
Switch to another application e.g. notepad.
Paste.
Copy anything else in notepad and paste into terminal with right click. Let it be "some text 2".
Switch to terminal and paste text with Mouse Right Click.
Expected Behavior
Expecting to see pasted "some text 2"
Actual Behavior
Selection from Terminal become not selected and pasted text is still "some text 1".
I'm expecting to see copied new text. But when I paste with Mouse Right Click, it copies again selection from Terminal and paste it.
During work I often use copy/paste functions and this behavior brings significant inconvenience.
For example, putty keeps selection and data in clipboard till you copy anything else in other place. In that case selection (background highlighting) in putty just deselected.
It looks Mouse Right Click does two action copy selected+paste, but I expect to see only paste (maybe +deselect).
It seems in some previous versions of ms terminal it worked properly.
Thnx
Activity