Closed carlos-zamora closed 3 years ago
NOTE: This affects Stable and Preview so we should make sure to apply the fix to both.
Hello @carlos-zamora !
I'm using 1.11.2421.0
I tried to reproduce the issue, and I wasn't able to...
I tried with CTR+V , CTR+SHFT+V , SHIFT+INSERT I also tried with tabs of Powershell7, Powershell5, WSL Ubuntu.
I'm still able to repro the issue on 1.11.2421.
I have paste
bound to ctrl+v
.
I'd like to be totally clear on this. How are you pasting, @carlos-zamora?
I'd like to be totally clear on this. How are you pasting, @carlos-zamora?
ctrl+v which is bound to the paste
action.
Same is reproduced Powershell 5, Command Prompt, WSL Ubuntu.
I can definitely repro this on 1.12
:tada:This issue was addressed in #11286, which has now been successfully released as Windows Terminal v1.10.2714.0
.:tada:
Handy links:
:tada:This issue was addressed in #11286, which has now been successfully released as Windows Terminal Preview v1.11.2731.0
.:tada:
Handy links:
:tada:This issue was addressed in #11286, which has now been successfully released as Windows Terminal Preview v1.12.2922.0
.:tada:
Handy links:
Windows Terminal version (or Windows build number)
1.10.2383.0
Other Software
None
Steps to reproduce
paste
keybindingExpected Behavior
Paste should clear the selection and inject the pasted text.
Actual Behavior
The text is pasted, but the selection is not cleared.
Interestingly, executing the copy action (with ctrl+c, for example) passes the keybinding through. This suggests that the selection was cleared, but we're not telling the renderer to
TriggerSelection()
on a paste operation.