You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
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
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>
The text was updated successfully, but these errors were encountered: