Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.1
2019.2.0a1
2019.2.1f1
2019.3.0a1
2020.1.0a1
Issue ID
1178213
Regression
No
UIElementsScrollView.ScrollTo() scrolls to the top of the ScrollView when a child of a child of the Scroll View is passed
How to reproduce:
1. Open the attached project "1178213.zip"
2. Open the sample editor window (Window -> UIElements -> Sample Window)
3. Scroll down until the "Second level child" Button is partially visible in the window
4. Click on the "Second level child" Button
Expected result: The window scrolls so that the Button is completely visible
Actual result: The window scrolls to the very top of the Scroll View
Reproducible with:
2019.1.14f1, 2019.2.2f1, 2019.3.0a12, 2020.1.0a1
Notes:
UIElements were introduced in Unity 2019.1, therefore, the issue is not reproducible in earlier Unity versions.
The issue is not limited to 2nd level children of the Scroll View, it reproduces on more deeply nested children as well.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Not compatible Style Sheets can be selected in the TSS files under "Style Sheets"
- Errors are thrown for lists and arrays in build using IL2CPP when data class contains both #if UNITY_EDITOR fields and generic fields
- "There can only be one active Event System" Warning is logged when entering Play Mode in the BenchmarkScene of the 3D Universal sample Template
- Motion blur is forced and exaggerated through transparents when "Sort with Refractive" and Motion blur is enabled
- MaterialPropertyBlock of a SpriteRenderer is reset when it is updated through the color picker
Add comment