Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.10
-
None
-
a4ef8ef8f (dev), 367b90e82 (6.10)
Description
Using the qmlls in Qt Creator on e.g. qtdeclarative/examples/quick/advancedtext/TextSample.qml:
Rectangle {
id: statusRectangle
color: "transparent"
results in
TextSample.qml:21: warning: Invalid color "transparent". [Quick.color]
Anyhow, "transparent" as a color name is even used in https://doc.qt.io/qt-6/qml-color.html (though only in an example snippet).
Attachments
Issue Links
- is duplicated by
-
QTBUG-137931 qmllint: color "transparent"
-
- Closed
-
-
QTBUG-138234 qmllint does not recognize "transparent" as a valid colour
-
- Closed
-
- resulted from
-
QTBUG-129307 qmllint: implement .qml warnings from qmljsstaticanalysismessage.cpp
-
- In Progress
-