Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2019.2.0a12
2019.2.0b1
2019.3.0a1
Issue ID
1155744
Regression
Yes
[UIElements] Overflow.Hidden has no effect after updating the parent element's border radius
How to reproduce:
1. Open the attached project ("BorderRadiusClippingBug.zip")
2. Go to "Bug" -> "Open Window"
3. Observe the red element which is a parent of the blue element and has its overflow set to hidden
4. Click "Toggle Radius"
5. Observe the blue element
Expected result: the red element gets rounded edges and the overflow areas of the blue element that are outside of the red square are clipped
Actual result: the blue element does not get clipped at all when the parent element is updated.
NOTE: If the border radius is specified when elements are created, clipping occurs correctly
Reproduced in: 2019.3.0a3, 2019.2.0b3, 2019.2.0a12
Couldn't test with: 2019.2.0a11, 2019.1.4f1, 2018.4.1f1, 2017.4.27f1 (the editor script breaks in these versions)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Variable is set to a different value from the selected enum value in the Editor dropdown
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
Add comment