Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2018.2
2020.1.0a8
Issue ID
1188665
Regression
Yes
[Linux] [Editor] Input Fields do not accept all Numpad numbers
How to reproduce:
1. Open the attached project 'case_number_repro.zip'
2. Make sure 'SampleScene' scene is open and enter Play mode
3. Try to enter some numbers from Numpad into the Input Fields
Expected results: All numbers are being typed in the field
Actual results: Only 0, 3, 5 and 9 are being typed in, Numpad key bindings are being called when typing other numbers or Del
Reproducible with: 2018.4.10f1, 2019.2.8f1, 2019.3.0b6, 2020.1.0a8
Not reproducible with: 2017.4.32f1
Regression was introduced somewhere in the 2018.2 stream, but before 2018.2.0b9
Notes:
- Input Field accepts only 0, 3, 5 and 9 and TMP Input Field only accepts 5 and 0, which could mean that the fields only accept Numpad numbers which do not have other bindings
- ',' symbol on the Numpad deletes the character after the cursor
- Player is not affected
- The problematic Numpad numbers behave the same way if the Numlock was off
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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note (fix version 2020.1):
Fixed numeric keypad not respecting num-lock for Input Fields.
Resolution Note (fix version 2019.3):
Fixed numeric keypad not respecting num-lock for Input Fields.