Recognize links and emails not working as expected

I just tried to enable " Recognize links and emails" for links sent to text elements and I get this:

Text field data: https://soundcloud.com/etc

Result on client: <div><font color="#517880"><a href="https://soundcloud.com/etc" target="_blank"></a></font></div>

I’m not sure what the point of detecting links is when the link becomes invisible. That’s pretty useless so far (at least the way I’m doing it I guess). You should at least use the link text with the link. Looks like a bug to me.

Ok, I found the reason, but I still think it’s a bug. It was due to this:

Cut off content if the element is not tall enough

When checked, the text element will truncate the text and add ‘…’ to the end of the text. This option applies to Responsive mode.

That is not what happened - I did not get “…”. I got blank. If I turn the option off then it renders the link (and wraps it).