Bug #33741 Long addresses are split into several lines, causing broken link
Submitted: 8 Jan 2008 17:10 Modified: 8 Jan 2008 18:03
Reporter: Sven Sandberg
Status: Verified
Category:bugs.mysql.com Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Target Version:
Tags: Line Break, link
Triage: D3 (Medium)

[8 Jan 2008 17:10] Sven Sandberg
Description:
When a comment contains a long web address (more than about 90 characters), the link is
split into two or more lines. Then the first line is made clickable, so that the referred
address is only a 90 character prefix of the original link. So the link is broken.

How to repeat:
See for yourself:
https://intranet.mysql.com/secure/pushbuild/getlog.pl?dir=mysql-5.1-new-rpl&entry=ssandber...

Suggested fix:
Either do not break long lines, or break them only after they have been made into links.
[8 Jan 2008 18:03] Valeriy Kravchuk
Thank you for a bug report.
[13 May 11:01] Carsten Segieth
It would be in general a good change to never break long lines like it's done today.

If you have stack traces or other information with long lines it's really hard to read if
the lines are broken. Let the browser wrap lines if the window is smaller than the line
length.