Search Issue Tracker
Fixed
Fixed in 2021.3.31f1, 2022.2.3f1, 2023.1.0a26
Votes
0
Found in
2021.3.16f1
2022.1.24f1
2022.2.1f1
2023.1.0a24
Issue ID
UUM-25806
Regression
No
The ReorderableList item becomes invisible when dragging it through the list
Reproduction steps:
1. Open the attached project “ListItemBug“
2. Select ScriptableObject “Assets/Test”
3. In the Inspector window expand the list called “testData”
4. Pick one element and drag it till the list is scrolled up or down
Expected result: The list item is visible during the dragging phase
Actual result: The visibility of the item is lost until it is dropped
Reproducible with: 2021.3.16f1, 2022.1.24f1, 2022.2.1f1, 2023.1.0a24
Couldn't test with: 2020.3.43f1 (Field type UnityEngine.UIElements.TemplateContainer is not compatible with ArraySize property "testData.Array.size")
Reproducible on: Windows 11
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (fix version 2023.1.0a26):
The invisible item bug was fixed as part of another bugfix. The repro project also needs to make sure to implement "bindItem", to assign the values as we scroll.
Resolution Note (fix version 2022.2.3f1):
The invisible item bug was fixed as part of another bugfix. The repro project also needs to make sure to implement "bindItem", to assign the values as we scroll.