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

The link opened after Ctrl+click is different from the intended #63556

Closed
igrinis opened this issue Nov 21, 2018 · 4 comments
Closed

The link opened after Ctrl+click is different from the intended #63556

igrinis opened this issue Nov 21, 2018 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) uri

Comments

@igrinis
Copy link

igrinis commented Nov 21, 2018

Quote characters (and other url-encoded chars) are removed from the link to follow.

  • VSCode Version: 1.29.0
  • OS Version: Windows 10

Steps to Reproduce:
While holding CTRL click on link with quotation characters
For example, string in editor

http://some.ws/page?id=123&select=%22quoted_string%22

Is opened in browser as

http://some.ws/page?id=123&select=quoted_string

Expected behavior:
Should be sent to browser as

http://some.ws/page?id=123&select=%22quoted_string%22

In other editors the link is opened as expected.

Does this issue occur when all extensions are disabled?: Yes

Although this issue is linked to #29810), it is different, since the URL is modified and not truncated.

@vscodebot vscodebot bot added the editor-contrib Editor collection of extras label Nov 21, 2018
@alexr00
Copy link
Member

alexr00 commented Nov 21, 2018

This is happening when you click links in the terminal?

@alexr00 alexr00 removed the editor-contrib Editor collection of extras label Nov 21, 2018
@igrinis
Copy link
Author

igrinis commented Nov 21, 2018

Yes, same behavior in editor and terminal.

@jrieken
Copy link
Member

jrieken commented Nov 21, 2018

/duplicate of #25852

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 21, 2018
@vscodebot
Copy link

vscodebot bot commented Nov 21, 2018

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, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) uri
Projects
None yet
Development

No branches or pull requests

3 participants