Status: Untriaged
Owner: ----
Labels: Type-Bug Pri-2 Cr-UI-Input-Text-IME OS-Windows
New issue 431735 by
khmo...@chromium.org: IME: Empty compositionend event
fired after a complete composition in Korean on Windows
https://code.google.com/p/chromium/issues/detail?id=431735
Version: 38
OS: Windows 7
What steps will reproduce the problem?
1. Enable the MS Korean IME
2. Type characters "whtkqorud"
What is the expected output? What do you see instead?
The expected composition is "조사배경", but the final composition end event
contains empty data, which cancels the input of the final character (경).
The observed events for that sequence are:
compositionstart,
compositionupdate, ㅈ
compositionupdate, 조
compositionupdate, 좃
compositionend, 조
textInput, 조
compositionstart,
compositionupdate, 사
compositionupdate, 삽
compositionend, 사
textInput, 사
compositionstart,
compositionupdate, 배
compositionupdate, 백
compositionend, 배
textInput, 배
compositionstart,
compositionupdate, 겨
compositionupdate, 경
compositionend,
textInput, 경
textInput,
Demo page attached for observing events in the console.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings