Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.8.3
Description
Window { width: 640 height: 480 visible: true Rectangle { color: "green" } // No warning (Expected) Rectangle { color: "nonexistentcolor" } // `Invalid color "nonexistentcolor". [Quick.color]` (Expected) Rectangle { color: "transparent" } // `Invalid color "transparent". [Quick.color]` (NOT Expected) }
Attachments
Issue Links
- duplicates
-
QTBUG-137054 qmlls: Invalid color "transparent"
-
- Closed
-