This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+14.04.20140121-0ubuntu1
---
ubuntu-keyboard (0.99.trunk.phablet2+14.04.20140121-0ubuntu1) trusty;
urgency=low
[ Bill Filler ]
* turn off spell-checking and auto-complete by default.
* changes to load/set th
** Changed in: ubuntu-keyboard (Ubuntu)
Status: New => Fix Committed
** Changed in: unity-mir (Ubuntu)
Status: In Progress => Invalid
** Changed in: unity-mir
Status: In Progress => Invalid
** Changed in: ubuntu-keyboard (Ubuntu)
Importance: Undecided => High
--
You rec
** Changed in: unity-mir (Ubuntu)
Status: Confirmed => In Progress
** Changed in: unity-mir
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267550
Title:
** Branch linked: lp:~gerboland/ubuntu-keyboard/fix-osk-on-app-close
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267550
Title:
input method (OSK) not being hidden if app killed
To manage notific
@bfiller agreed this is a good idea, will give it a go
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1267550
Title:
input method (OSK) not being hidden if app killed
To manage notifications about t
tried this suggestion from greyback in OSKController.qml:
Connections {
target: ApplicationManager
onFocusRequested: {
if (__oskSurface) {
// application in focus changed while OSK visible
if (appId == "") // appId parameter of focusRequested signal. This
ho
Qt.inputMethod can only be used in the context of the owner application
since 5.1.
maliit needs to be smart enough to realize that the relevant dbus
session died, and use that to invalidate the active input context.
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
Trying with this patch to unity-mir:
src/modules/Unity/Application/OSKController.qml
Connections {
target: ApplicationManager
onFocusedApplicationIdChanged: {
if (__oskSurface != null) {
print("Focused app closed with OSK open, close OSK")
** Changed in: unity-mir
Status: New => Triaged
** Changed in: unity-mir
Importance: Undecided => High
** Changed in: unity-mir (Ubuntu)
Importance: Undecided => High
** Changed in: unity-mir (Ubuntu)
Status: New => Triaged
--
You received this bug notification because you