[Webkit-unassigned] [Bug 31401] [Qt] inputMethodState incorrect after autocompletion popup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 10:11:51 PST 2009


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





--- Comment #3 from Antti Koivisto <koivisto at iki.fi>  2009-11-12 10:11:51 PST ---
(From update of attachment 43056)
>      Node* oldFocusedNode = oldDocument ? oldDocument->focusedNode() : 0;
> -    if (oldFocusedNode == node)
> +    if (node && oldFocusedNode == node)
>          return true;

So this affects the case where the focused node was already null. Why didn't
inputMethodState get cleared at the time it became null?

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