Fix TextInput and TextEdit openInputPanel autotests
authorJoona Petrell <joona.t.petrell@nokia.com>
Wed, 28 Sep 2011 13:56:36 +0000 (16:56 +0300)
committerQt by Nokia <qt-info@nokia.com>
Thu, 29 Sep 2011 06:31:26 +0000 (08:31 +0200)
commit65f07f3b95408b0a85590571118dd59a4171a9a2
tree63cd985c7ce0eb63078f9daaa32493eeb02225ec
parent8120e8c2d9bc73adc29a85b8d8962ad556b74722
Fix TextInput and TextEdit openInputPanel autotests

Task-number: QTBUG-21691

The change also removes showInputPanelOnClick code from the TextInput and
TextEdit, which was done to support Symbian^1 and ^3 fullscreen keyboards.
Now by default the keyboard always follows editor focus.

Change-Id: Id60a17fe51b3aa49ba9ea81b985e608e91c26145
Reviewed-on: http://codereview.qt-project.org/5733
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/declarative/items/qsgcanvas.cpp
src/declarative/items/qsgtextedit.cpp
src/declarative/items/qsgtextedit_p_p.h
src/declarative/items/qsgtextinput.cpp
src/declarative/items/qsgtextinput_p_p.h
tests/auto/declarative/qsgtextedit/data/openInputPanel.qml
tests/auto/declarative/qsgtextedit/tst_qsgtextedit.cpp
tests/auto/declarative/qsgtextinput/data/openInputPanel.qml
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp