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

URL highlighting persists after pasting over url #41492

Closed
ghost opened this issue Jan 11, 2018 · 0 comments
Closed

URL highlighting persists after pasting over url #41492

ghost opened this issue Jan 11, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-core Editor basic functionality verified Verification succeeded

Comments

@ghost
Copy link

ghost commented Jan 11, 2018

  • VSCode Version: Code - Insiders 1.20.0-insider (5c8c834, 2018-01-11T06:17:01.111Z)
  • OS Version: Linux x64 4.4.0-21-generic
  • Extensions: none

Steps to Reproduce:

  1. Create a file a.ts with the text // https://github.com/Microsoft/vscode/issues
  2. Copy the following text to clipboard:
function f() {
    return 0;
}
  1. Select the whole document (ctrl-a) and paste.
  2. For a few seconds, the pasted code is underlined as if it is a URL, and can even be clicked on.
@vscodebot vscodebot bot added the insiders label Jan 11, 2018
@aeschli aeschli assigned jrieken and alexdima and unassigned jrieken Jan 12, 2018
@chrmarti chrmarti removed the insiders label Jan 18, 2018
@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug editor-core Editor basic functionality labels Feb 5, 2018
@alexdima alexdima added this to the On Deck milestone Feb 5, 2018
@alexdima alexdima modified the milestones: On Deck, Backlog Apr 30, 2018
@alexdima alexdima modified the milestones: Backlog, September 2018 Sep 20, 2018
@jrieken jrieken added the verified Verification succeeded label Sep 26, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 4, 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 editor-core Editor basic functionality verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants