question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

target=_blank doesn't work

See original GitHub issue

I can’t seem to handle/see/route target=_blank routes, they never seem to even reach TurboSession.shouldOverrideUrlLoading, I have logging on and never see any logs fired from those links.

We are using Turbolinks 5 on the web still and Turbo on Android, this is working fine with Turbolinks on Android, and does work with iOS using the new Turbo library interacting with Ruby Version 5. Wondering if it’s a regression between New Android and Legacy Web?

If you need more insight to the website hopefully @cmartyn or @joemasilotti can answer any questions.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
jayohmscommented, Feb 8, 2021

7.0.0-beta06 is now available.

1reaction
chrisjenxcommented, Feb 10, 2021

Not sure if it was in an iframe or not, but yes that fixed it 🥳

Read more comments on GitHub >

github_iconTop Results From Across the Web

link with target="_blank" does not open in new tab in Chrome
They may interpret it as opening the destination in a new tab rather than new window, or they may completely ignore the attribute....
Read more >
Don't Use The Target="_Blank" Link Attribute In These Cases
Using the _blank link attribute will cause the link to open in a new browser window or tab. But it is not as...
Read more >
Trying to open URL in new tab - target _blank not working
I am trying to open an external URL in a new browser tab. The Service Studio version is 11.6.26 Build 9940. I believe...
Read more >
Open link in new tab does not work when target="_blank" is ...
A few suggestions. 1. Press F12 to open debug tool and check the html element, make sure there is target attribute with _blank...
Read more >
How to fix target=”_blank” links: a security and performance ...
Security issue: “tabnabbing”. By default, when you open a web page in a new tab by clicking on a link with target="_blank" ,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found