Skip to content

πŸ› Bug: External links open in the same tab instead of a new tabΒ #2290

@Tushar8466

Description

@Tushar8466

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

Metadata

Metadata

Assignees

Labels

Status: AcceptedIt'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.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions