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

ctrl+f and dragging the string duplicates it #92919

Closed
Dangerous-Mind opened this issue Mar 18, 2020 · 1 comment
Closed

ctrl+f and dragging the string duplicates it #92919

Dangerous-Mind opened this issue Mar 18, 2020 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-drag-and-drop Editor UI drag-and-drop operations insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@Dangerous-Mind
Copy link

Issue Type: Bug

Select a string then do ctrl+F.
Drag and drop the string.
It duplicates the string instead of moving it.

If you do F3 and drag/drop other strings they will also duplicate.
The "Spell" is broken if you click on the screen.

VS Code version: Code 1.43.0 (78a4c91, 2020-03-09T19:47:57.235Z)
OS version: Windows_NT x64 10.0.18363

System Info
Item Value
CPUs AMD Ryzen 5 3600 6-Core Processor (12 x 3600)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.95GB (7.84GB free)
Process Argv
Screen Reader no
VM 0%
Extensions (9)
Extension Author (truncated) Version
xml Dot 2.5.0
spfx-snippets eli 1.9.0
vscode-spfx-task-runner eli 1.2.4
vscode-firefox-debug fir 2.7.1
cpptools ms- 0.26.3
powershell ms- 2020.3.0
debugger-for-chrome msj 4.12.6
vscode-spfx-deploy-package Ren 1.1.0
vscode-scss-formatter sib 1.4.3
@alexdima alexdima assigned rebornix and unassigned alexdima Mar 20, 2020
@alexdima alexdima added the editor-drag-and-drop Editor UI drag-and-drop operations label Mar 20, 2020
@arjundevane
Copy link

arjundevane commented Mar 21, 2020

Pressing Ctrl+F (windows) is not triggering onKeyUp(e) method. However onKeyDown(e) is triggered and that causes the drag-n-drop to consider the modifier button has been pressed.

Trying to see why search box or other command/ctrl shortcuts are breaking event propagation.

@rebornix rebornix added the bug Issue identified by VS Code Team member as probable bug label Jul 22, 2020
@rebornix rebornix added this to the July 2020 milestone Jul 22, 2020
@dbaeumer dbaeumer added the verified Verification succeeded label Aug 6, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 5, 2020
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 editor-drag-and-drop Editor UI drag-and-drop operations insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

6 participants
@rebornix @dbaeumer @alexdima @arjundevane @Dangerous-Mind and others