[Webkit-unassigned] [Bug 51099] [QT] QWebPagePrivate::inputMethodEvent has problem when compositing Korean

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 19:28:01 PST 2010


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





--- Comment #3 from Hwang <luxtella at company100.net>  2010-12-15 19:28:02 PST ---
I amended two points.

First, added frame->selection()->setCaretVisible(true);
It is because the caret should be visible on and after Korean composition (and the other languages that need composition.).

Second, amend from editor->setComposition(ev->preeditString(), underlines, 0, 0) to editor->setComposition(ev->preeditString(), underlines, 1, 1).
It is because it is more natural for the caret to be next to the composition word, not in front of the composition word.
Moreover, the caret in front of the composition word makes the composition word on right end of the text field hide back text field box.

-- 
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