Fix QInputPanel::invokeAction(Click) not being called on mouse clicks
authorSimon Hausmann <simon.hausmann@nokia.com>
Tue, 25 Oct 2011 10:06:01 +0000 (12:06 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 26 Oct 2011 12:05:16 +0000 (14:05 +0200)
commita927dc97844fd23e295387f8174367f3f4be2977
treeee145617de59c7f0e056e1dc89340465c765beed
parent060927726d0b053d599867f8b05d07da6e0b6a78
Fix QInputPanel::invokeAction(Click) not being called on mouse clicks

It appears that the introduction of the KeyRelease event type check in
commit 70cc5c9b7b420ecaf099d5d08fb1b4e8ad81a920 was accidential and meant
to use MouseButtonRelease (in QSGTextInputPrivate::sendMouseEventToInputContext).

This patch also removes the unnecessary QEvent::MouseMove check as well as
the mousePos = -1 setting if the position is out of range. The input methods
do the same check and reset() accordingly anyway.

Change-Id: Icf3638979583d97c066cb639f80fa11f44538d7c
Reviewed-by: Pekka Vuorela <pekka.ta.vuorela@nokia.com>
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
src/declarative/items/qquicktextinput.cpp