Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.1
-
None
Description
QTextBrowser displays HTML wrong.
After the occurrence of a <hr> the occurrence of tags like <b>, <u>, <i> or <tt> inside a <font> </font> paragraph creates a line break.
This example illustrates the behavior.
<html>
<hr>
<font color=red> Some <b> bold </b> text </font>
</html>
Expected: No line break in the sentence.
Result: Added a line break at the <b> tag.