[Webkit-unassigned] [Bug 51170] [Qt] The IME composition is strangely affected by another text field

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 16 00:55:56 PST 2010


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





--- Comment #1 from Hwang <luxtella at company100.net>  2010-12-16 00:55:56 PST ---
Created an attachment (id=76741)
 --> (https://bugs.webkit.org/attachment.cgi?id=76741&action=review)
Amended EditorClientQt::textFieldDidEndEditing(Element*)

Amended EditorClientQt::textFieldDidEndEditing(Element*) in order to complete composition.
It is because there is no chance to confirm text composition when user click another text field during text composition on this text field.

In detail, FocusController::setFocusedNode calls EditorClientQt::setInputMethodState(false) only when there is no new node.
It makes composition complete when user clicks the background, not elements, by mouse.

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