Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo bug in Find #73606

Closed
ghost opened this issue May 11, 2019 · 3 comments
Closed

Undo bug in Find #73606

ghost opened this issue May 11, 2019 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations

Comments

@ghost
Copy link

ghost commented May 11, 2019

Issue Type: Bug

Here is how to reproduce:

  1. Start a new file in VS Code
  2. Input like this:
abc
def
  1. Select def and press Ctrl+F
  2. Delete text in Find window and type ab
  3. Now select def and press Ctrl+F again
  4. Focus on textbox in Find window and press Ctrl+Z, and then the bug occurs (it is expected to be ab, but it's df here)

VS Code version: Code 1.33.1 (51b0b28, 2019-04-11T08:27:14.102Z)
OS version: Windows_NT x64 10.0.18362

System Info
Item Value
Memory (System) 7.88GB (1.52GB free)
Screen Reader no
VM 0%
Extensions (5)
Extension Author (truncated) Version
lit-html bie 1.11.0
code-runner for 0.9.9
latex-workshop Jam 6.5.1
python ms- 2019.4.12954
cpptools ms- 0.23.0

(2 theme extensions excluded)

@vscodebot vscodebot bot added the editor-find Editor find operations label May 11, 2019
@rebornix rebornix added the bug Issue identified by VS Code Team member as probable bug label May 23, 2019
@RyanJeon
Copy link

Seems like whatever is keeping track of what to change on Ctrl+Z is not being updated when you do a Select + Ctrl + F. I'm going to give this a shot.

@rebornix
Copy link
Member

/duplicate of #27035 actually.

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Jul 25, 2019
@vscodebot
Copy link

vscodebot bot commented Jul 25, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Jul 25, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug *duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations
Projects
None yet
Development

No branches or pull requests

2 participants