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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 07:39:37 PST 2009


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





--- Comment #10 from Simon Hausmann <hausmann at webkit.org>  2009-11-17 07:39:36 PST ---
(In reply to comment #9)
> I would say that if you are committed to adding test cases, and as this is an
> important fix, it would be OK for me to review it already.
> 
> I just need to understand how this fix works for QGraphicsWebView, because in
> that case the page will have a view() equal to 0 (unless set to something
> else).
> 
> Shouldn't you be using the pageClient instead?

The use of the EditorClient for setInputMethodState is correct. There's a bit
of extra logic before it passes on to the PageClient.

But the unrelated code below for the mouse event to update the cursor after a
load, that needs to be ported to pageclient ;-)

I still wonder how the others port do it though, when/how they reset the state
of the input method when loading a new page.

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