Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
4.7.1, 4.8.4, 5.1.0 RC1
-
None
-
Windows 7, Ubuntu 12
Description
QTextBrowser t;
t.append("<ol><li>one<li>Two</ol>");
t.append("<ol><li>Three<li>Four</ol>");
The problem is that second list will appear as part of first list as in the attachment.