RESOLVED WONTFIX 78889
[Forms][Windows] Text field should not fire oninput event for IME intermediate strings
https://bugs.webkit.org/show_bug.cgi?id=78889
Summary [Forms][Windows] Text field should not fire oninput event for IME intermediat...
yosin
Reported 2012-02-17 02:50:12 PST
== Steps == 1. Visit http://jsfiddle.net/Pwdzc/ 2. Turn IME on 3. set focus to text field 4. Type "1" == Expected == No oninput event == no output == Result == There is text "input(1)"
Attachments
Alexey Proskuryakov
Comment 1 2012-02-17 09:38:19 PST
Could you please elaborate on why this behavior is desired? While intermediate text is different from final form for certain input methods, it's not always the case. Users of other input methods will expect the page to react to input immediately.
yosin
Comment 2 2012-02-19 23:45:08 PST
I understand the use case of input event for IME intermediate text. Input events from IME intermediate text are very useful for implementing suggestion feature and others. Thanks for response as usual!
Note You need to log in before you can comment on or make changes to this bug.