[Webkit-unassigned] [Bug 60161] [Qt] Virtual Keyboard is not hidden when you 'unfocus' from input field / QGraphicsWebview

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 02:30:35 PDT 2011


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





--- Comment #9 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-10-28 02:30:34 PST ---
(From update of attachment 112688)
View in context: https://bugs.webkit.org/attachment.cgi?id=112688&action=review

> Source/WebCore/ChangeLog:1
> +2011-10-27  Bruno de Oliveira Abinader  <bruno.abinader at basyskom.com>

Seems like you changed company :-) congrats! Living in Germany now?

> Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp:202
> +        QApplication::sendEvent(focusedWidget, &openSIPEvent);

Shouldn't you use filterEvent here? This is what is done on MeeGo

> Source/WebKit/qt/WebCoreSupport/PageClientQt.cpp:213
> -    view->setAttribute(Qt::WA_InputMethodEnabled, enable);
> +    if (enable)
> +        view->setAttribute(Qt::WA_InputMethodEnabled, enable);

I don't think this is supposed to be turned on and off when showing/hiding the vkb. The widget supports IM, so it should just be enabled

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