Comment 10 for bug 1300382

Revision history for this message
Bill Filler (bfiller) wrote :

I found this very simple Qt based virtual keyboard here: git://anongit.kde.org/scratch/tolszak/MockupVirtualKeyboard.git with an explanation here: http://tolszak-dev.blogspot.com/2013/04/qplatforminputcontext-and-virtual.html

It's a simple virtual keyboard implemented in Qt/QML just like maliit. Tested it on the desktop. Same behavior as maliit. Could be a Qt bug that is causing this issue.

To test this keyboard do the following:
- git clone <url from above>
- cd to directory
- qmake
- make all
- sudo make install
- then export QT_IM_MODULE=mockup
- run webbrowser-app and you'll get the OSK appearing when you click in input field