ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

bug: There seems to be a bug when writing tags in Korea #309

Open kensodemann opened 6 years ago

kensodemann commented 6 years ago

From @IosAnkitsingh on September 7, 2017 10:20

Type: bug

Ionic Version: 1.x

Platform: ios 7 webview

1.) Enter 'simple tags input' in Korean. input text --> '한태그'

2.) Press return key, enter '한태' and press return key again. If so, it will be listed as '그한태' in the tag.

3.) That is, the last string entered before the last tag is registered together.

4.) In this demo page, the minimum number of characters is 3 characters. Therefore, when inputting '한태' and pressing return key, an error should be displayed.

Copied from original issue: ionic-team/ionic#12836

kensodemann commented 6 years ago

Hello! Thank you for opening an issue with us! Would you be able to provide a sample application via GitHub that demonstrates the issue you are having? Thanks for using Ionic!

kensodemann commented 6 years ago

From @IosAnkitsingh on September 7, 2017 10:45

Thanks for your quick response 👍 i will provide you sample app ASAP, For now i can share with you screenshot of this issue, You can see the issue in last two messages.

img_5421

kensodemann commented 6 years ago

Thank you for the screenshot.

I just noticed this: "Ionic Version: 1.x"

Ionic v1 issues are tracked in their own repo. I will move this issue over there. Please track this issue in that repo.

nishanttyagi1990 commented 6 years ago

Hey I have the same problem when ever I am typing something in Korean during chat -> 한태그 and click on sent after that I want to type 한태 but it automatically combine my current message with my last message and it becomes 그한태.. Can anyone please suggest..

IosAnkitsingh commented 6 years ago

Hi @kensodemann , I provide you my www folder where my code is available for sample app to reproduce this issue. firstly you have to add IOS platform then run that code on IOS device.

    Please follow the below step to reproduce the issue.
    Step 1: Press --> ㅎ
    Step 2: Press--> ㅗ then the text looks become --> 호
    Step 3: Press Send Button.
    Step 4: Press--> ㄱ and the text is automatically become converted --> 혹 

Here is the code: https://github.com/IosAnkitsingh/Sample-korean-language-bug

img_5422