teneo-web-chat
teneo-web-chat copied to clipboard
Link Buttons do not have target blank in 3.7.8
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>