Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a10
2019.1.0a11
2019.2.0a1
Issue ID
1108599
Regression
Yes
[UWP] Enter key is not working for InputField in a UWP build
How to reproduce:
1. Open the attached "unity-inputfield.zip" project
2. In the Build Settings, switch the Target Platform to UWP
3. Build the project
4. Open the solution .sln file in Visual Studio
5. Run the build on the Local Machine (Debug | x64)
6. Once the project is launched, enter "abc" to both input fields (Unity and TextMesh Pro)
7. Press the Enter key and enter "abc" again (into both input fields)
Expected result: Pressing Enter key works (new line is added).
Actual result: Pressing Enter key has no effect (the second "abc" is in the same line as the first one).
Reproducible with - 2019.1.0a10, 2019.1.0a14, 2019.2.0a1
Not reproducible with - 2018.3.3f1, 2019.1.0a9
Fixed in 2019.2.0a7
Backported to 2019.1.0b7
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
- 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
Resolution Note (fix version 2019.1):
NOTE: For using TextMeshPro with UWP, you must use package version 1.4.0 or later in order for text input to work properly. At the time of this fix, the package is still in preview.