http://bugs.winehq.org/show_bug.cgi?id=8132
Summary: Hyperlink rendering not turned off if link is at end of line Product: Wine Version: unspecified Platform: PC URL: http://www.chessclub.com/helpcenter/interface/blitzin_do wnload.php OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-richedit AssignedTo: wine-bugs@winehq.org ReportedBy: Andrew.Talbot@talbotville.com
Observed behaviour (of Blitzin) suggests that for hyperlink rendering (i.e., blue, underlined) to be turned off (in a richedit control) at the end of a link, the link must be followed either by an immediate bracketing character (i.e., one of these: ", ', (, ), <, >, [, ], { or }), or by immediate whitespace that is in turn followed by at least one visible character prior to a hard end of line. If a link is immediately followed by a hard end of line, all subsequent text is rendered as blue-underlined.
I presume that if hyperlink rendering were always deliberately reset - whether it were enabled or not - following a hard return, this would cure the problem, since I don't believe that a hyperlink should span a paragraph boundary.