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

Strange selection/copy behaviour in Debug Console #85293

Closed
DanTup opened this issue Nov 21, 2019 · 2 comments
Closed

Strange selection/copy behaviour in Debug Console #85293

DanTup opened this issue Nov 21, 2019 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)

Comments

@DanTup
Copy link
Contributor

DanTup commented Nov 21, 2019

When trying to highlight text to copy in the debug console, it sometimes highlights a random section of text way outside of where I'm dragging. See here where I start copying halfway down the window, but as I get near the bottom, some of the text at the top gets highlighted. (Sorry you can't see my mouse, but I think you guess where it is :-))

Nov-21-2019 11-45-34 am

When I copy to clipboard, that "extra" text is pasted at the location where it was being highlighted:

Restarted application in 88ms
1
TBool: bool
TDouble: double
TInt: int
TString: String
[INFO] About to build [web]...
[INFO] Updating asset graph...
[INFO] Updating asset graph completed, took 3ms
[INFO] Running build...
[INFO] 1.0s elapsed, 5/5 actions completed.
[INFO] Running build completed, took 1.0s
[INFO] Caching finalized dependency graph...
1
TBool: bool
TDouble: double
TInt: int
[INFO] Caching finalized dependency graph completed, took 324ms
[INFO] Succeeded after 1.3s with 8 outputs (7 actions)
@isidorn
Copy link
Contributor

isidorn commented Nov 21, 2019

The issue here is that we use a virtualised tree for rendering the debug console.
Virtualised tree has a bunch of issues with native browser selection.
Even though this is not an exect duplicate of what you are seeing if we tackle this one your issue would also be tackled #2163
Due to that I will close this as a duplicate

@isidorn isidorn added *duplicate Issue identified as a duplicate of another issue(s) debug Debug viewlet, configurations, breakpoints, adapter issues labels Nov 21, 2019
@vscodebot
Copy link

vscodebot bot commented Nov 21, 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 Nov 21, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues *duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants