Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.10f1
2022.1.17f1
2022.2.0b8
2023.1.0a11
Issue ID
UUM-15404
Regression
No
[Usability] Search selection goes sideways when using arrow down/up keyboard keys in Grid view of Unity Search window
How to reproduce:
1. Open a new Unity project
2. Press “Ctrl + K” (“⌘ + K” on macOS) key combination on keyboard to open the Unity Search window
3. Change the view to “Grid view” at the bottom of window
4. Enter ‘m' symbol in the search
5. Navigate through search results using the ‘↓’ and '↑’ keys
Expected result: Search selection goes up and down, respectively
Actual result: Search selection goes sideways
Reproducible with: 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Couldn’t test with: 2020.3.40f1 (searching isn’t doable)
Reproduced on: Windows 10, macOS 12.5 (Intel)
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
- Undo does not revert anchor preset changes when multiple UI elements are modified at once
- [SW-unity-6-1] The light flickers when “Alpha Blend” Overlap Operation is used
- [SW-unity-6-1] Shader warning in the Inspector when selecting ‘Shader Graphs/ShaderGraph_Water_Unlit’ Shader
- Shader warnings appear when Painting Trees on Terrain using Terrain Sample Assets
- Environment Samples count resets to 2048 when entering a higher number
Resolution Note:
This is on purpose: the focus is always in the searchfield and Left/right arrow are ALWAYS moving the cursor while up/down arrow are moving the selection.
Workaround: you can always use Pageup + PageDown to navigate selection faster.