Comment 4 for bug 1492769

Revision history for this message
Matti Rinta-Nikkola (matti-rintanikkola-d) wrote :

OSK does disappear but the page where OSK has been activated is removed before OSK signals visibleChanged(). As a result the signal is captured on page where OSK has not been activated. The same will happen if you simply after Qt.inputMethod.hide() put pageStack.pop() without setting a time delay.