Regression in launching links #21769

Open
opened 2026-01-31 07:54:26 +00:00 by claunia · 0 comments
Owner

Originally created by @chrisant996 on GitHub (May 25, 2024).

Windows Terminal version

1.21.1272.0

Windows build number

19045.4412

Other Software

No response

Steps to reproduce

  1. Open a cmd.exe tab in Terminal.
  2. Run echo Hello ^(https://github.com/chrisant996/clink^).
  3. Move the mouse over the hyperlink -- observe that the hyperlink is underlined correctly.
  4. Ctrl+Click the hyperlink -- the ) is mistakenly included in the URL, and causes the web navigation to fail.

Expected Behavior

It should open the link https://github.com/chrisant996/clink.
It should open the same link that it underlined.
Terminal 1.19.11213.0 works correctly.

Actual Behavior

It opened the link https://github.com/chrisant996/clink) -- note that the ) was mistakenly included.
What it opens is different from what it underlined.

Originally created by @chrisant996 on GitHub (May 25, 2024). ### Windows Terminal version 1.21.1272.0 ### Windows build number 19045.4412 ### Other Software _No response_ ### Steps to reproduce 1. Open a cmd.exe tab in Terminal. 2. Run `echo Hello ^(https://github.com/chrisant996/clink^)`. 3. Move the mouse over the hyperlink -- observe that the hyperlink is underlined correctly. 4. Ctrl+Click the hyperlink -- the `)` is mistakenly included in the URL, and causes the web navigation to fail. ### Expected Behavior It should open the link `https://github.com/chrisant996/clink`. It should open the same link that it underlined. Terminal 1.19.11213.0 works correctly. ### Actual Behavior It opened the link `https://github.com/chrisant996/clink)` -- note that the `)` was mistakenly included. What it opens is different from what it underlined.
claunia added the Needs-TriageIssue-Bug labels 2026-01-31 07:54:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21769