[Webkit-unassigned] [Bug 81186] REGRESSION: Cannot write a word with Korean double consonant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 21:39:01 PDT 2012


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





--- Comment #4 from Hironori Bono <hbono at chromium.org>  2012-03-21 21:39:01 PST ---
Created an attachment (id=133184)
 --> (https://bugs.webkit.org/attachment.cgi?id=133184&action=review)
A quick fix (just for your information)

Greetings,

I have noticed this is a side-effect of r103859 today. To update status text, this change sends a fake mouse-move event when the keyboard status is changed, including when releasing a shift key while composing text. Unfortunately, this fake event confuses a Korean input method and it resets its marked text. Even though I have written a quick fix, it is just for your information and I'm not sure if it is a right fix. Neither do I have good ideas how to write layout tests for it. (It seems this fake event is invisible from JavaScript.)
I wish it helps.

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