Cursor position lost when re-focusing editor and hitting escape
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
Describe the bug
When the editor window loses focus and is then refocused, upon hitting "escape", the scroll position snaps back to the old position it was at before losing focus. That means when you click back into the editor and hit escape your scroll position snaps back, which is confusing.
To Reproduce
Steps to reproduce the behavior:
- Open file
- Split file vertically (not necessary but helps test)
- Open new file on one side
- Focus new file
- Focus back to old file using mouse
- Hit escape
Notice the cursor goes back to the old position rather than staying at the current position.
Expected behavior
Cursor does not change after hitting escape
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- Extension (VsCodeVim) version:
- VSCode version: 0.15.7
- OS: Mac OS 10.13.3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the six-step sequence in VSCodeVim on the reported VS Code and macOS versions, checking the cursor and scroll position before and after refocusing and pressing Escape. Done means the cursor and scroll position remain unchanged after Escape; no source file or test is identified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100