Symbian: Fix native dialog with splitscreen VKB focus loss issue
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Tue, 4 Oct 2011 12:16:00 +0000 (15:16 +0300)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>
Tue, 4 Oct 2011 12:42:04 +0000 (15:42 +0300)
commit6b716b286095a6810aa8318b68c5df32f06bc710
tree128be902e54d4e1f3162745423996a8f51341b9b
parent3dfaa160e19c3563d0c229fbdb951d314adc918c
Symbian: Fix native dialog with splitscreen VKB focus loss issue

If a native input dialog that utilized splitscreen VKB was opened while
focus was on QML TextEdit element, the focus would not be restored to
QML TextEdit element after native dialog was closed. This happened
because the KSplitViewCloseEvent came after FocusChanged, as the focus
changes are ignored while splitview VKB is open.

Task-number: QTBUG-21733
Reviewed-by: Sami Merila
src/gui/inputmethod/qcoefepinputcontext_s60.cpp
src/gui/kernel/qapplication_s60.cpp