Search Issue Tracker
Fixed
Fixed in 6000.5.0a4
Votes
0
Found in
6000.5.0a1
Issue ID
UUM-127210
Regression
Yes
List is Empty label appears even if the list is not empty
- Open the Search test project (Modules/QuickSearch/Tests/QuickSearch)
- Open Search window
- Open the left side panel
- Press Lights_Reflection_probe query
- !image-2025-11-14-12-42-23-158.png!
- Press the camera_only_scene query:
- !image-2025-11-14-12-43-01-422.png!
- See that the List is Empty label is there while an item is already in the ListView.
!image-2025-11-14-12-46-34-027.png!
What should happen?
- "List is Empty" label should be removed.
What is happening?
- We load our data asynchronously. We try to call RefreshItems as few times as possible
- Since we fetch result asynchronously, the first time the view is refreshed it is empty. Thus the List Is Empty label appars.
- Then our model accumulate some data though Refresh view is not called immediatly.
- While loading the query, a reisze event is caught by the uitk listview and when the FixedHeightController notices that the amount of visible items is different than the model our item because bound. But the "list is empty Label" is never removed.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment