[PR #2105] [CLOSED] Fix #2078 by removing the NavigateUri's from the hyperlinks #24806

Open
opened 2026-01-31 09:05:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2105
Author: @zadjii-msft
Created: 7/25/2019
Status: Closed

Base: masterHead: dev/migrie/f/2078-fix-hyperlinks


📝 Commits (2)

  • aa0cfa7 Fix #2078 by removing the NavigateUri's from the hyperlinks
  • 7dbcc43 Get rid of this unused variable

📊 Changes

1 file changed (+13 additions, -8 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+13 -8)

📄 Description

Summary of the Pull Request

For some reason the NavigateUri property on the Hyperlinks in the about dialog don't work. This is a workaround for that bug. Instead of using NavigateUri, I'm just using a Click handler to do the same thing.

PR Checklist


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/2105 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 7/25/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/migrie/f/2078-fix-hyperlinks` --- ### 📝 Commits (2) - [`aa0cfa7`](https://github.com/microsoft/terminal/commit/aa0cfa70e19aaabfbbfeda7b73761c5dcac68076) Fix #2078 by removing the NavigateUri's from the hyperlinks - [`7dbcc43`](https://github.com/microsoft/terminal/commit/7dbcc432f38f7103482050533341fe74ee2643d1) Get rid of this unused variable ### 📊 Changes **1 file changed** (+13 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+13 -8) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request For some reason the NavigateUri property on the Hyperlinks in the about dialog don't work. This is a workaround for that bug. Instead of using NavigateUri, I'm just using a Click handler to do the same thing. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #2078 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [N/A] Tests added/passed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:05:27 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24806