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

Shrink selection with mouse click should not deselect everything #29309

Closed
brussee opened this issue Jun 23, 2017 · 3 comments
Closed

Shrink selection with mouse click should not deselect everything #29309

brussee opened this issue Jun 23, 2017 · 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)

Comments

@brussee
Copy link

brussee commented Jun 23, 2017

Steps to Reproduce:

  1. Make selection with mouse drag or shift+arrow keys
  2. Shift click inside the selection to shrink it (in case you selected more than you wanted)

In this case everything is deselected and you have to start over. Shrinking the selection with shift+arrow keys does work as expected. Please make a shift+click behave like that.

@vscodebot vscodebot bot added bug Issue identified by VS Code Team member as probable bug editor labels Jun 23, 2017
@brussee
Copy link
Author

brussee commented Jun 23, 2017

Visual Studio Code
Version 1.13.1
Commit 379d2ef
Date 2017-06-14T18:18:03.540Z
Shell 1.6.6
Renderer 56.0.2924.87
Node 7.4.0

OS
Linux 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u1 (2017-06-18) x86_64 GNU/Linux

@alexdima
Copy link
Member

"editor.dragAndDrop": false can get you the behaviour you want. @rebornix this could be honoured when drag and drop is enabled too.

@alexdima alexdima removed their assignment Jun 27, 2017
@rebornix
Copy link
Member

Dup of #28688 and already fixed, thanks!

@rebornix rebornix added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 27, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 11, 2018
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)
Projects
None yet
Development

No branches or pull requests

3 participants