Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0f1
Issue ID
1108370
Regression
No
Input of left and right arrow keys cannot be used for navigation when opening any Object Picker
To reproduce:
1. Open any project
2. Open any object picker (ex.: from created material)
3. Try navigating the Object picker window with arrow keys
Expected: Object picker window can be navigated with arrow keys
Actual: Object picker window can be navigated by UP and DOWN arrows
Reproduced in: 2018.2.0a2, 2018.2.20f1, 2018.3.1f1, 2019.1.0a12
Not reproduced in: 2017.4.17f1, 2018.2.0a1
Note: all arrow keys work after focusing the Object picker window
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
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
Resolution Note:
When you open the Object picker the Textfield has focus, the Left and Right keys are used by the text field to move the caret.
You can tab to the object list, and then the left and right are available again.
UP and Down are not used by the single line TextField, so it can be propagated to the object list.