Search Issue Tracker

Fixed in 2020.1.X

Fixed in 2019.3.X

Votes

0

Found in

2019.1.0a12

2019.2.0a1

2019.3.0a1

2019.3.0a12

2020.1.0a1

Issue ID

1183076

Regression

Yes

GUI.TextArea and GUI.TextField are broken on UWP

Steps to reproduce:
1. Download attached project
2. Switch platform to UWP
3. Build project (Scene: 'ResolutionScene')
4. Run On local Machine
5. Try to edit the text fields.

Results: notice there's no text cursor, backspace doesn't work and sometimes when selecting the different field, the text is copied from one field to another.

Reproduced with: 2020.1.0a4, 2019.3.0b3, 2019.2.4f1, 2019.1.14f1
Not reproducible with: 2018.4.9f1, 2017.4.32f1

Note: Older versions then 2019.1.0a12 could not be checked due to Build fails in VS.

  1. Resolution Note (fix version 2020.1):

    This issue was introduced because of significant changes to UWP's TouchScreenKeyboard and text entry implementation. This was done to address various issues with text input on Surface and also add support for IME. This work required some changes to uGUI's InputField and also TextMeshPro to support the new keyboard interface, but unfortunately IMGUI was overlooked.

    This has now been addressed so TextArea in IMGUI should work corectly.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.