Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link Buttons do not have target blank in 3.7.8 #140

Open
jpicaswe opened this issue Sep 14, 2023 · 0 comments
Open

Link Buttons do not have target blank in 3.7.8 #140

jpicaswe opened this issue Sep 14, 2023 · 0 comments

Comments

@jpicaswe
Copy link

jpicaswe commented Sep 14, 2023

Summary

We have picked up a bug with linkbuttons in Teneo 3.7.8

Specifically it is not creating a target=”blank” for the link linkbuttons and so they are not getting the visual icon to display it is a link (however that can be amended in our css) but importantly is currently not opening in a new tab

Below are two examples from the same Teneo Output but with the different TWC versions

Expected Behavior

Html output in 3.7.6

<a data-v-572aaa3c="" role="link" href=https://privat.icabanken.se/min-ekonomi/betala--overfora/swishanslutningar/ target="_blank" rel="noopener" class="twc-linkbutton">Skaffa Swish</a>

Actual Behavior

Html output in 3.7.8

<a data-v-9a23105e="" role="link" href=https://privat.icabanken.se/min-ekonomi/betala--overfora/swishanslutningar/ rel="noopener" class="twc-linkbutton">Skaffa Swish</a>

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

No branches or pull requests

1 participant