Search Issue Tracker
Duplicate
Votes
0
Found in [Package]
1.0.0-preview.16
Issue ID
1361772
Regression
No
The default color alpha is shown as 255 in the Inspector but rendered as 0 in the Viewport
Reproduction steps:
1. Open the project attached by the user
2. In the Project window, select the "New UXML Template" Visual Tree Asset
3. In the Inspector, click Open
4. In the UI Builder Hierarchy, select the Image (NewUXMLTemplate.uxml > VisualElement > VisualElement > Image)
5. In the UI Builder Inspector, navigate to the Border section
6. Note that the Color is (0, 0, 0, 255) and the Width is 1 pixel
7. Observe the Image in the UI Builder Viewport
Expected result: The Image has a 1-pixel black border
Actual result: The Image border is invisible because the default color alpha is shown as 255 but rendered as 0
Reproducible with: 1.0.0-preview.15 (2019.4.30f1), 1.0.0-preview.16 (2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a6)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
This is a duplicate of issue #1344003