-
-
Notifications
You must be signed in to change notification settings - Fork 445
Open
Labels
Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.π BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.
Description
Describe the bug
When clicking on external links throughout the application, the destination page loads in the same browser tab, replacing the current page. Expected behavior is that external links should open in a new tab so users don't lose their current context/position.
Steps To Reproduce
- Navigate to Home Page
- Click on any external link
- Observe that the page opens in the same tab
Expected Behavior
External links should open in a new browser tab (i.e., using target="_blank" ).
Actual Behaviour
Clicking an external link navigates away from the current page within the same tab.
Suggested Fix
Add target="_blank" rel="noopener noreferrer" to all external anchor tags. If links are rendered dynamically (e.g., from Markdown or a rich-text renderer), ensure the renderer is configured to apply these attributes to external URLs.
Screenshots
Screen.Recording.2026-02-27.at.11.46.46.PM.mov
Device Information [optional]
- OS:MacOS
- Browser:Chrome
- version:Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: AcceptedIt's clear what the subject of the issue is about, and what the resolution should be.It's clear what the subject of the issue is about, and what the resolution should be.π BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.