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
I posted some days ago a comment on bug #4473 because I still experience the issue with roundcube 1.2.1. I tried it out with another identity and a minimal html signature and the same issue occurs.
steps to reproduce:
create a new identity with a html signature, enter below code html into the source code window, click save
....
text before <a href="http://link1">
<img style="border: 0; width: 215px; height: 16px;" src="http://link1.logo-text.png" width="215" height="16">
</a> text after
....
compose a new message, choose "plain text" as type
the link will not show
expected outcome:
the link should be visible (and underlined) in the plain text-converted signature e.g.: http://link1
Also, when I add text instead of the image within the a href tag, the link gets lost and only the text stays. I think it would be preferable to show the href attribute instead.
The text was updated successfully, but these errors were encountered:
That's not exactly the same issue. The problem comes probably from the fact that you use an image inside of the link. So, when we remove the image the link becomes empty. I'm not sure maybe it could work if the <img> had an alt attribute. Anyway, it probably indeed makes sense to use link's href as the text in such cases.
hello,
thank you for your reply. no the alt attribute is not helping and I think it would also not be useful when the image is inside a a-href tag. When receiving an html email with images and the recipient has disabled to download remote content, I think the recipient should see a description of the image, not the link.
I think it would depend on the context. Imho, current solution is more likely to match expectation of most of the users. And you can always use HTML if something's wrong with the conversion.
Hello,
I posted some days ago a comment on bug #4473 because I still experience the issue with roundcube 1.2.1. I tried it out with another identity and a minimal html signature and the same issue occurs.
steps to reproduce:
....
....
expected outcome:
the link should be visible (and underlined) in the plain text-converted signature e.g.:
http://link1
Also, when I add text instead of the image within the a href tag, the link gets lost and only the text stays. I think it would be preferable to show the href attribute instead.
The text was updated successfully, but these errors were encountered: