Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
Issue ID
1359230
Regression
No
UIBuilder: Color variables set to color names are not recognized as colors by the auto-complete
Color enum values are not recognized as color by the Variable Completer popup
1 - Create new document in the builder
2 - Add a stylesheet containing
:root {
--my-own-color: blue;
}
.my-style {
height: 100px;
}
3 - Select .my-style selector
4 - In the Inspector, right-click on the label of the Background/Color field and select "Set to Variable"
5- Type "--my-own-color" in the Variable Search field
Expected:
When typing "--", the auto-complete list will display the --my-own-color variable
Actual:
The auto-complete list does not contain the --my-own-color variable
Jira Issue: https://jira.unity3d.com/browse/UIT-1311
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment