diff options
author | Sami Merila <sami.merila@nokia.com> | 2011-08-22 14:09:01 (GMT) |
---|---|---|
committer | Timo Turunen <timo.p.turunen@nokia.com> | 2011-08-30 07:02:20 (GMT) |
commit | 6a61f377c2bf8aab036a9b75903d47a67251b658 (patch) | |
tree | 69571c8a1a0ba5aab84c8a7efa1799ecfc482fd7 /src/gui/inputmethod | |
parent | 8297bf8a201bff3159e6ee6750e2611af58fd7a7 (diff) | |
download | Qt-6a61f377c2bf8aab036a9b75903d47a67251b658.zip Qt-6a61f377c2bf8aab036a9b75903d47a67251b658.tar.gz Qt-6a61f377c2bf8aab036a9b75903d47a67251b658.tar.bz2 |
Symbian: Not possible to catch RequestSoftwareInputPanel in eventFilter
Do not consume QEvent::RequestSoftwareInputPanel in QCoeFepInputContext.
Task-number: QTBUG-20155
Reviewed-by: Miikka Heikkinen
(cherry picked from commit 076ac0ee55b54ae3759af76cf5790e31fbd0f7e5)
Reapplied after bad v4.7.4 merge
Diffstat (limited to 'src/gui/inputmethod')
-rw-r--r-- | src/gui/inputmethod/qcoefepinputcontext_s60.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp index 9cf4212..bc27c1e 100644 --- a/src/gui/inputmethod/qcoefepinputcontext_s60.cpp +++ b/src/gui/inputmethod/qcoefepinputcontext_s60.cpp @@ -360,10 +360,6 @@ bool QCoeFepInputContext::filterEvent(const QEvent *event) if (sControl) { sControl->setIgnoreFocusChanged(false); } - //If m_pointerHandler has already been set, it means that fep inline editing is in progress. - //When this is happening, do not filter out pointer events. - if (!m_pointerHandler) - return true; } } |