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

Copy Selection* menu options are copying the entire table not just the selection. #1225

Closed
staceybrusco opened this issue Sep 8, 2021 · 1 comment
Assignees
Labels
bug Something isn't working triage

Comments

@staceybrusco
Copy link

Description

Copy Selection or Copy Selection w/Headers is copying the entire table regardless of the selection. I tried this via the right click menu option and using "command+c".

Steps to reproduce

  1. Use the following query:

qq = emptyTable(100).update("Val = i", "Val10 = Val%10", "Val100 = Val%100")
groupy = qq.by("Val10")

  1. Using the groupy table, highlight a few rows.
  2. Right click on the selection and choose Copy Selection/Copy Selection w/Headers.
  3. Paste the copied text into any editor.

Expected results

Only the highlighted rows should've been copied.

Actual results

The entire table is being copied.

Additional details and attachments

If applicable, add any additional screenshots, logs, or other attachments to help explain your problem.

Versions

  • Deephaven: Groovy
  • OS: Mac Big Sur 11.5.2
  • Browser: Chrome Version 93.0.4577.63 (Official Build) (x86_64)
  • Docker: 4.0.0

Screen Shot 2021-09-08 at 2 31 18 PM

@staceybrusco staceybrusco added bug Something isn't working triage labels Sep 8, 2021
@rcaudy
Copy link
Member

rcaudy commented Sep 8, 2021

Duplicate of #1039 per @niloc132

@rcaudy rcaudy closed this as completed Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants