Fixed input context trying to squeeze content into a full widget.
authoraxis <qt-info@nokia.com>
Wed, 1 Sep 2010 11:53:32 +0000 (13:53 +0200)
committeraxis <qt-info@nokia.com>
Mon, 6 Sep 2010 08:30:13 +0000 (10:30 +0200)
commitb754ce6cef8931806175e9e7725087b46c04758f
treebbf90fe7092f510db4e0e8dc1a2a4ca532c01300
parenta2e2d2207d3b7f164ba9c9c7fa776e10bb7bc168
Fixed input context trying to squeeze content into a full widget.

Problem was reproduced on N97. If the FEP detects that the widget is
full while still editing text, it will try to send those events as
key events instead. Since this screws up the content in the widget,
we stop those events from reaching the widget in the input context.

AutoTest: Passed
Task:     QTBUG-12949
RevBy:    Miikka Heikkinen
(cherry picked from commit 5ca6264933af60b3cd376b7f08bea008fa69b515)
src/gui/inputmethod/qcoefepinputcontext_s60.cpp
tests/auto/qinputcontext/tst_qinputcontext.cpp