-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.1.0
-
Fix Version/s: 5.5.0 Alpha
-
Component/s: Quick: Core Declarative QML
-
Labels:
-
Environment:Kubuntu 12.04, Windows 7
-
Commits:d9e70d1a49af347f79db7e64bdd8e2e8083a77b5
The following code gives a wrong result for <sup> tag.
Text {
anchors.centerIn: parent
textFormat: Text.RichText
text: "Normal text, <b>Bold text, </b> <big>Big text, </big><sup>Superscript, </sup><sub>Subscript</sub>"
}
See attachment for result.
- is related to
-
QTBUG-42392 Regression in <sup> and <sub> tag behaviour between QtDeclarative and QtQuick
-
- Reported
-
- replaces
-
QTBUG-24621 <sup> tag renders text inccorectly in the Text element
-
- Closed
-