Skip to content

Add openLinksInNewTab option to IterableConfig#562

Closed
davidtruong wants to merge 1 commit intomainfrom
claude/fix-issue-425-xycxE
Closed

Add openLinksInNewTab option to IterableConfig#562
davidtruong wants to merge 1 commit intomainfrom
claude/fix-issue-425-xycxE

Conversation

@davidtruong
Copy link
Copy Markdown

Add a configurable openLinksInNewTab property to IterableConfig that controls whether URLs opened via IterableActionRunner open in a new tab (window.open(url, '_blank')) or the same tab (window.location.assign(url)). Defaults to true for backward compatibility.

Fixes #425

https://claude.ai/code/session_017Kj4kLcf3RAckEwHXh5FTe

JIRA Ticket(s) if any

Description

Test Steps

Add a configurable `openLinksInNewTab` property to `IterableConfig` that
controls whether URLs opened via `IterableActionRunner` open in a new
tab (`window.open(url, '_blank')`) or the same tab
(`window.location.assign(url)`). Defaults to `true` for backward
compatibility.

Fixes #425

https://claude.ai/code/session_017Kj4kLcf3RAckEwHXh5FTe
@davidtruong davidtruong requested a review from mprew97 as a code owner April 7, 2026 14:58
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.10%. Comparing base (190a168) to head (b97eeb1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #562      +/-   ##
==========================================
+ Coverage   74.45%   75.10%   +0.65%     
==========================================
  Files          57       57              
  Lines        2736     2740       +4     
  Branches      798      817      +19     
==========================================
+ Hits         2037     2058      +21     
+ Misses        698      646      -52     
- Partials        1       36      +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@davidtruong
Copy link
Copy Markdown
Author

Things are fixed

@davidtruong davidtruong closed this Apr 8, 2026
@davidtruong davidtruong deleted the claude/fix-issue-425-xycxE branch April 8, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add option for click() method to control if url is opened in new page

2 participants