microsoft / microsoft/terminal

IPv6 links can not be Ctrl+Clicked

Open
#11,901 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Area-TerminalControl Help Wanted Issue-Task Product-Terminal
Dominant language
C++
Stars
105k
Forks
9.6k
Avg merge
3d 17h
Merged PRs (30d)
29

Description

Windows Terminal version

1.12.2931.0

Windows build number

10.0.22000.348

Other Software

No response

Steps to reproduce
  1. Run any command that writes an IPv6 link in the terminal window, for example echo http://[::1]/
  2. Hover over the link, or try to Ctrl+Click it to follow it
Expected Behavior

Hovering over the link should show the underline and the tooltip about Ctrl+Clicking it, and Ctrl+Clicking it should follow the link like any other link.

Actual Behavior

Nothing happens when hovering over the link or Ctrl+Clicking it.

_

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the IPv6-link case in Windows Terminal using echo http://[::1]/ and compare it with a regular link. No source file or test is named, so start by locating the terminal link-detection and Ctrl+Click handling entry points. Done means IPv6 links underline, show the Ctrl+Click tooltip, and open when followed.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.