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
- SerializeReference does not update references when the generic field type changes
- Memory leak when running tests in IL2CPP with System.Threading.Timer
- Tile Palette Tilemap dropdown icons are not visible
- Create New Tile Palette dropdown text is not centered and text is cut off
- Volume numeric fields allows adding unlimited number in numeric field which breaks UI, no character limit
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.