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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment