Bug 3530

Summary: html link not shown as link
Product: Claws Mail (GTK 2) Reporter: mat.schult
Component: UI/Message ViewAssignee: users
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 3.9.3   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Reduced example mail none

Description mat.schult 2015-10-01 21:49:17 UTC
Created attachment 1577 [details]
Reduced example mail

Links in HTML mails do not show if there is a line break before the closing </a> element. Example:

<a href="http://www.wikipedia.org/">this link does not work
</a>

Displays the text "this link does not work", but not as a link.
Actually, words within the same line as the </a> are highlighted as links:

<a href="http://www.wikipedia.org/">this link does not work
correctly</a>

Displays "this link does not work _correctly_" with only "correctly" being a link.

Best Regards,
Matthias

PS: Reduced test case attached
Comment 1 Salvatore De Paolis 2015-10-01 23:49:28 UTC
I suppose you're using the Fancy plugin to render HTML, is it the case? What's your WebKit version? Here with WebKit 2.4.7 cannot reproduce the bug.

Regards,
Comment 2 Salvatore De Paolis 2015-10-01 23:59:05 UTC
I've also tested with the internal HTML render and it works as well. I suggest you to update your claws mail version, latest is 3.12.0
Comment 3 Paul 2015-10-02 09:22:43 UTC
closing this as it just works.