[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-22 Thread Launchpad Bug Tracker
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

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-16 Thread Bill Filler
** 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

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-15 Thread Gerry Boland
** 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:

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-15 Thread Launchpad Bug Tracker
** 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

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-10 Thread Gerry Boland
@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

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-09 Thread Bill Filler
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

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-09 Thread Ricardo Mendoza
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

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-09 Thread Gerry Boland
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")

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-09 Thread Gerry Boland
** 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