Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

textarea ngModel is not updated in IE11 using Korean IME #9342

Closed
iDevSK opened this issue Sep 30, 2014 · 2 comments
Closed

textarea ngModel is not updated in IE11 using Korean IME #9342

iDevSK opened this issue Sep 30, 2014 · 2 comments

Comments

@iDevSK
Copy link

iDevSK commented Sep 30, 2014

Hello, I'm using angularJS latest version.
This issue same issue that #6656 (#6656)
I uploaded Youtube to explain this issue.
(http://www.youtube.com/watch?v=6hQBSacJ4rY&feature=youtu.be)

Chrome is works fine, but IE11 is lost last letter.
input data : 가나당
expect data : 가나당
result data : 가나다

If i using jquery val() method $("#txtArea").val(), it's works fine.
IE11 lost last letter.
Can i update DOM text to ngModel manually?

http://plnkr.co/edit/1brnfPjZ966dhxTWJJfn?p=preview

@btford
Copy link
Contributor

btford commented Sep 30, 2014

I'm going to close this as a duplicate of #6656, but thanks for the additional info.

@iDevSK
Copy link
Author

iDevSK commented Oct 1, 2014

@caitp, @btford
I referenced issue #6058 and #5433 and I noticed that It was closed.
but, IE11 does not fire "compositionend" event when I finished typing text.
If I pressed Right arrow or Enter key, It fired 'compositionend' event well.
but I can't say to user "please after you finished typing text, you must be press right arrow or enter key"

I tested 1.3.0rc2, and 1.2.25.

Can i fire 'compositionend' event from javascript?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants