Search Issue Tracker
Fixed in 2019.1.X
Votes
3
Found in
2017.3.1p1
Issue ID
1002834
Regression
No
[UWP] Input field's blinking cursor position can't be change on devices with touch input enabled
Steps to reproduce:
1. Download 1002834_repro.zip
2. Switch to UWP
3. Build project
4. Open the project in VS and deploy to device
5. On devise type any text in the input field
6. Try moving the text cursor to a different position
Expected results: input field's cursor can be moved to a different position
Actual results: input field's cursor stays at the end of a text
Reproduced with: 2018.2.0b1, 2018.1.0f1, 2017.4.1f1, 2017.2.2p3, 2017.1.3p3, 5.6.5p4
Note:
The InputField (both Unity or TextMesh Pro) will add a second newline when a return key is pressed
Tested and reproduced on Surface 3 with .NET and IL2CPP UWP builds
Note: To reproduce this issue touch input must be enabled on the device. Doesn't reproduce on the standalone build with touch input enabled.
Comments (2)
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Roywise
Oct 31, 2018 07:51
"Fixed in future release" doesn't really tell us much. We would like to know if we're able to ship it in our product or not.
Bramverhoeven2
May 18, 2018 10:07
We got the same issue. Severity is set on 3, workaround is possible. What is the workaround for this? It is no option for us to turn off the touch input.