Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.3, 6.6
-
None
-
-
41a1ff4e3 (dev)
Description
There are 2 major issues:
- Format changes are not applied to the first ordered/unordered list item
- Format of the next list item gets the format of the previous item
Reproduced on:
- Android 11, 12, 13, 14
- IOS 17+
- Mac OS Sonoma 14.1.1
Current behavior: Expected behavior:{}
import QtQuick 2.15 Window { width: 1024 height: 768 visible: true Text { anchors.centerIn: parent textFormat: Text.RichText text: '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /></head><body><ol> <li style="color:#f32727">Dgkegk</li> <li style="color:#f327ca">Svnsgnacnafn</li> <li style="color:#f32727">Sgmwfj</li></ol></body></html>' } }
Attachments
Issue Links
- duplicates
-
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
- is duplicated by
-
QTBUG-63741 Subsequent bullet points incorrectly colored by hyperlink
- Closed
- relates to
-
QTBUG-2188 QTextDocument: Bullets in bullet lists are not affected by text color
- Closed
For Gerrit Dashboard: QTBUG-123855 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
553821,7 | richtext formatting of numbered and bullet lists (<ol> and <ul>) | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |