Search Issue Tracker
Won't Fix
Won't Fix in 6000.5.X
Votes
0
Found in
6000.0.63f1
6000.2.14f1
6000.3.0b10
6000.4.0a5
6000.5.0a2
Issue ID
UUM-128242
Regression
No
UI Builder "Padding" field can be set to a negative value
How to reproduce:
1. Create a new Unity project
2. Create a UI Document and open it
3. Create any Visual Element
4. In the UI Builder Inspector, Go to Spacing -> Padding
5. Try setting the value to a negative number
Expected results: The Padding can't be set to a negative number because it has no effect
Actual results: The Padding can be set to a negative number
Reproducible with: 6000.0.63f1, 6000.2.14f1, 6000.3.0b10, 6000.4.0a5, 6000.5.0a2
Reproducible on: macOS Tahoe 26 (M1)
Not reproducible on: No other environment tested
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Like in the CSS spec, the backend accepts negative padding values but they go to zero.
Resolution Note (6000.5.X):
Like in the CSS spec, the backend accepts negative padding values but they go to zero.