Version: 4.0 (using KDE KDE 3.1.2) Installed from: FreeBSD Portscompiled sources Compiler: gcc version 2.95.4 20020320 [FreeBSD] OS: FreeBSD (i386) release 4.8-STABLE When text enclosed in tags is surrounded by parentheses or quotes, the quote or paren will sometimes be split away from the text and on to the next line instead of sticking next to the text. I have a sample file which demonstrates the problem. Load this page, then resize the width of the browser window: <html> <p> This is a test case for parenthesis and quotes being split over lines like "<b>this will be</b>" </p> <p> This is a test case for parenthesis and quotes being split over lines like (<code>this will be</code>) </p> <p> Maybe the most important example of this would be when the code in parens is (<a href="">linked</a>) </p> </html>
Does the same thing with other punctuation after a word (period and comma for instance)
A similar situation is a superscript following normal text, like: the 19<sup>th</sup> century. If that came near the end of a line, it's possible that the th could be split from the 19.
Created an attachment (id=2800) [details] html file which demonstrates the problem Looks like some punctuation (.,?) have been fixed in 3.1.4, but the quotes and parenthesis still can be on a different line from the text they contain.
*** This bug has been marked as a duplicate of 54916 ***
You need to log in before you can comment on or make changes to this bug.