Search Issue Tracker
Fixed in 2022.2.X
Votes
0
Found in
2021.2.0b16
2022.1.0a7
2022.1.0b5
2022.2
Issue ID
1399720
Regression
Yes
[Search] Filter pop-up text overlaps when window width is decreased
Repro:
1. Open Editor.
2. Open Unity Search (Ctrl+K)/(Edit-> Search All).
3. Resize the window to decrease it's width.
4. Type 'h:' and then press Tab.
Expected result: Text doesn't overlap.
Actual result: Test from the left overlaps with text from the right.
Reproducible in: 2022.2.0a2, 2022.1.0b5, 2022.1.0a7, 2021.2.7f1, 2021.2.0b16
Not Reproducible in 2022.1.0a6, 2021.2.0b15 though there is a slightly different issue where any text in the pop up that is past the edges of the search window is not viewable.
Couldn't find the Search All feature in 2020.3.
Notes:
- Screenshot examples in comments.
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
- MissingReferenceException errors are thrown after entering Play mode when multiple Inspector windows are displaying different objects with Grid Layout Group component
- "Can't change name, category with the same name already exists" Error is logged when renaming a Category to a name with a trailing space in the VFX Graph Blackboard
- Delete does nothing on an in-use Custom Attribute when re-triggered after cancelling the deletion confirmation prompt in the VFX Graph Blackboard
- No Ellipses are used for the Visual Effect Graph Create Context Menu Option
- Crash on LaunchBugReporter when opening a specific project using DirectX 12
Resolution Note (fix version 2022.2):
This issue has been resolved. The text within the autocomplete pop-up adapts to the width of the window.