Search Issue Tracker
Fixed
Fixed in 2023.2.16f1, 6000.0.0b13
Votes
0
Found in
2023.2.10f1
2023.2.13f1
2023.3.0b10
6000.0.0b11
Issue ID
UUM-65152
Regression
Yes
[Search] Resizing docked Search window with search term throws errors in the Console
*Steps to reproduce:*
1. Create new Unity project
2. Open Search window (Window > Search > New window)
3. In search field type a term (for example Prefab or Scene)
4. Dock the window next to the Hierarchy or Inspector tab
5. Resize the Search window
*Actual results:* Errors
{code:java}
"InvalidOperationException: Sequence contains no elements"{code}
and
{code:java}
"ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection" {code}
are thrown in the Console, Search window becomes empty
*Expected results:* No errors are thrown in the Console when search window is resized
*Reproducible with versions:*
2023.2.10f1, 2023.2.13f1, 2023.3.0b10
*Not reproducible with versions:*
2022.3.19f1, 2023.2.9f1
*Tested on (OS):*
MacBook Pro, 2021 (Sonoma 14.2.1, Apple M1 Max) - Reproducible
Windows 11, Linux 22.04 - Not reproducible
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (fix version 6000.0.0b13):
Fix Search Window throwing exceptions when resized very small while docked and in grid view mode.
Resolution Note (fix version 6000.0.0b13):
Search: Fix Search Window throwing exceptions when resized very small while docked and in grid view mode.
Resolution Note (fix version 2023.2.16f1):
Fix Search Window throwing exceptions when resized very small while docked and in grid view mode.