It appears the keyboard sends a brief visibility false signal, before going back to being true after it first starts up; this doesn't seem to happen on RTM, so possibly related to the Qt 5.4/5.4.1 upgrade (or due to some other change since RTM). For most apps this isn't a problem, however the webbrowser, contacts and messaging are all sharing a component called KeyboardRect.qml which has some explicit code to remove focus when the input method is no longer visible (which shouldn't be necessary as maliit does this itself under normal circumstances), which then causes the keyboard to really hide. In a worst case scenario we can simply remove this code from all the apps using KeyboardRect.qml, however it'd be better if we can get to the bottom of why a false visibility signal is being sent in the first place.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1436076 Title: keyboard disappears first time you press it Status in Ubuntu Keyboard: New Status in ubuntu-keyboard package in Ubuntu: New Bug description: vivid proposed on r146 on arale 1) reboot phone 2) launch browser 3) click on url field 4) keyboard displayed 5) press any key expected results: the character should be entered into the url field and keyboard should remain visible actual results: the character is not entered in the url field and the keyboard hides To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-keyboard/+bug/1436076/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp