Search Issue Tracker
Duplicate
Votes
0
Found in
5.4.2f2
Issue ID
878342
Regression
No
[Mobile] [UI] InputField's characterLimit is handled not by the native device keyboards, therefore, causing visual artefacts
Reproduction Steps:
1. Open "Test" project
2. Build and deploy to mobile device
3. Select InputField
4. Write something
Note: Limit is 5 characters
5. Notice that while you are writing text over 5 characters long, characters are appearing and disappearing on Native device keyboard.
Expected behaviour: characterLimit is handled by the native keyboard and no letters are appearing on Input over 5 character.
Actual result: characterLimit is handled after the input. When keyboard key is pressed letter appears and only then disappears.
Reproduced on versions: Unity 5.3.7p4, 5.4.4p3, 5.5.1p3, 5.6.0b7
Reproduced on iOS and Android devices.
Note from duplicate case: If one navigates to the middle of the field and enters another character that the character is entered at the current position of the caret, the last character in the string is removed, and the caret is moved to the end of the line.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Add comment