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

Copying out of results grid doesn't immediately update clipboard #2955

Closed
JFitzMan opened this issue Oct 18, 2018 · 3 comments
Closed

Copying out of results grid doesn't immediately update clipboard #2955

JFitzMan opened this issue Oct 18, 2018 · 3 comments

Comments

@JFitzMan
Copy link

Issue Type: Bug

There is a delay (sometimes 10+ seconds, it's inconsistent) before what is copied from the results grid is actually put into the clipboard.

Steps to reproduce:

  1. Copy cell from results grid, paste in the editor
  2. Immediately copy another cell, paste. Previous cell copied will paste.
  3. In testing I've seen that when holding down ctrl+v and waiting, eventually the clipboard does update, it's just extremely delayed. This isn't an issue in 1.0.

Azure Data Studio version: azuredatastudio 1.1.3 (2c00711, 2018-10-17T21:21:46.083Z)
OS version: Windows_NT x64 10.0.17763

System Info
Item Value
CPUs Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz (4 x 3193)
GPU Status 2d_canvas: enabled
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Memory (System) 11.91GB (2.19GB free)
Process Argv C:\Program Files\Azure Data Studio\azuredatastudio.exe
Screen Reader no
VM 0%
Extensions (7)
Extension Author (truncated) Version
sqlops-combine-scripts Bat 1.3.0
bracket-pair-colorizer Coe 1.0.60
ssmskeymap kev 1.0.0
server-report Mic 0.1.3
whoisactive Mic 0.1.1
sql-search Red 0.2.1
snippet-creator nik 0.0.4
@anthonydresser
Copy link
Contributor

Seems related #1388

@anthonydresser
Copy link
Contributor

This is most likely being caused by the fact we query the backend service for rows when a copy request is performed, since we can't guarantee we have the data on the front end. However, I can't seem to repro so I can't confirm.

@adsbot
Copy link

adsbot bot commented Mar 15, 2019

This issue has been closed automatically because it needs more information and has not had recent activity in the last 7 days. If you have more info to help resolve the issue, leave a comment

@adsbot adsbot bot locked and limited conversation to collaborators Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants