You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: