Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 7.0.1
-
-
f8a04666d5734be97195bc87f0d00f1773daffec
Description
When quickly pasting text after switching active split window, the text is copied to the previously active window. Waiting a second or so after activating new window before pasting fixes the issue.
Steps to reproduce:
- Have 2 files open side by side (in split view)
- Select right side window, copy some text from it (does not have to be copied from that file)
- Quickly select left side window and hit CTRL+V to paste the text
Expected:
- Text is pasted to left side window
Actual:
- Text is pasted to the preveious right side window (hitting CTRL-Z to undo at this point does not remove the text from right side window, as left side window is active now)
7.0.0 did not have this issue. Also at some cases even the user's new input from keyboard can go to wrong window in this same scenario (with much harder to reproduce rate).
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-27479 QtCreator 7: slow focus change between editors when using split screen / shortcuts applied on the wrong editor
- Closed