Search Issue Tracker

Fixed in 2018.2.12f1

Fixed in 2018.2.X, 2018.3.X

Votes

2

Found in

2018.2.0a3

2018.2.2f1

Issue ID

1067159

Regression

Yes

Korean/Chinese IME: Certain combinations of Korean letters get deleted from the InputField upon typing

IMGUI

-

How to reproduce:
1. Create a new Project
2. In the Hierarchy Window right-click -> UI -> Input Field
3. Switch your Keyboard language to Korean
4. Enter Play Mode and type "rosoeofo" into the Input field

Expected result: "개내대래" appears in the field
Actual result: Some symbols get cut off and only "내래" appears in the input field

Reproduced in: 2018.3.0a8, 2018.2.3f1, 2018.2.0a3
Not Reproducible with: 2018.2.0a2, 2018.1.9f1, 2017.4.7f1, 2017.2.3p2, 2017.1.4p2

Comments (13)

  1. JebAI

    Jun 09, 2019 18:55

    Adding similar issue support like arabic, hebro ... All Right to left languages

  2. runekaiser

    Nov 07, 2018 07:26

    it's fixed in 2018.2.14f1

  3. Crazycoyote

    Nov 05, 2018 03:58

    Bug still exist in 2018.2.6f1

  4. wind_

    Sep 25, 2018 03:07

    Bug still exist in 2018.3.0b1

  5. fuckingyou

    Sep 25, 2018 01:13

    Bug still exist in Unity 2018.2.9f1

  6. HeavyArt

    Sep 15, 2018 14:53

    Bug still exist in 2018.3.0b1

  7. THKim

    Sep 12, 2018 02:31

    I think this is similar problem at NGUI.
    NGUI also have this problem.

    http://www.tasharen.com/forum/index.php?topic=8249.msg38990#msg38990
    If modifying script like above link.. that will fix.
    please reference this.

    - UIInput.cs line 762 (NGUI)
    //if (string.IsNullOrEmpty(ime) && !string.IsNullOrEmpty(Input.inputString))
    if (!string.IsNullOrEmpty(Input.inputString))

  8. jinho2

    Sep 11, 2018 07:39

    Bug still exist in 2018.2.7f1.

  9. jinho2

    Sep 11, 2018 07:38

    Bug still exist in 2018.2.7f1.

  10. HinxLai

    Sep 05, 2018 09:16

    Bug still exist in latest version.

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.