[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
Thu Nov 3 08:58:57 PDT 2011


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





--- Comment #14 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-11-03 08:58:57 PST ---
(From update of attachment 113501)
View in context: https://bugs.webkit.org/attachment.cgi?id=113501&action=review

> Source/WebKit/qt/Api/qwebpage.cpp:820
> +    if (!client->inputMethodEnabled()) {
> +        QInputContext *inputContext = qApp->inputContext();
> +        if (inputContext) {
> +            inputContext->reset();
> +            inputContext->update();

If it is not enabled you do stuff?

> Source/WebKit/qt/Api/qwebpage.cpp:822
> +            //QEvent closeSIPEvent(QEvent::CloseSoftwareInputPanel);
> +            //inputContext->filterEvent(&closeSIPEvent);

Patches should not add commented out code

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