Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
4.3.2
-
None
-
7f48c7962 (dev), 2d7972e05 (6.7), 301061040 (tqtc/lts-6.5)
Description
The following HTML renders with white text and black bullets in the textedit demo. The bullets should be white.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<style type="text/css">
body
</style>
</head>
<body>
<ul>
<li>Topic 1</li>
<li>Topic 2</li>
</ul>
</body>
</html>
Attachments
Issue Links
- relates to
-
QTBUG-57833 QTextEdit list number/bullets inherit the following text style
- Reported
-
QTBUG-26612 QTextDocument doesn't render code in list items properly
- Open
-
QTBUG-111337 Text incorrectly renders bullet list points after a link
- Closed
-
QTBUG-123855 Inconsistent RichText Formatting of "<ol>" and "<ul>" in Text QML type
- Closed
-
QTBUG-63741 Subsequent bullet points incorrectly colored by hyperlink
- Closed
- resulted in
-
QTBUG-213 Error in drawing of bullets in QTextDocument
- Closed