[Webkit-unassigned] [Bug 55560] [chromium] Changing the value of an input element doesn't cancel IME composition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 2 18:52:49 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55560





--- Comment #1 from Hironori Bono <hbono at chromium.org>  2011-03-02 18:52:49 PST ---
(In reply to comment #0)
> Created an attachment (id=84382)
 --> (https://bugs.webkit.org/attachment.cgi?id=84382&action=review) [details]
> demo
> 
> On Safari, modifying the value of an input element cancels IME composition and removes the marked text.  However, on chromium, this does not happen.
> 
> See the attached demo.

I once implemented a change that canceled an ongoing composition when the input-element value is changed by JS. But, it caused some site-compatibility problems (especially Google Suggest). (Google Suggest replaces the text with its suggestion when typing a down key or an up key. If we cancel an ongoing composition when the input-element value is changed, it cancels the composition.)

Regards,

Hironori Bono

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list