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
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Terrain Layer settings remain when the Terrain Layer is removed
- Terrain Layer settings UI elements overlap when a new Terrain Layer is created
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
Add comment