Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant