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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.