Matti, these two bugs have nothing in common. The reason the OSK disappears is due to Button taking focus when pressed, thus OSK is automatically removed. Whilst there is a discussion on when to gain the focus (on pressed or on released, depending on the previous focused item's type, i.e. text input) a better workaround is to simply disable focusing on the anchored buttons setting autoFocusOnTap: false.
** Tags added: convergence-focusing ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided => Medium ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => Triaged ** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: (unassigned) => Christian Dywan (kalikiana) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1495118 Title: OSK anchored buttons are difficult to click Status in ubuntu-ui-toolkit package in Ubuntu: Triaged Bug description: As described on document "ubuntu-screen-keyboard-tricks", see the link below, you can anchor action buttons to OSK so that they will remain visible above the OSK. However at the moment it is practically impossible to click them because they fall down too quickly with OSK. Either you do a very very fast click or place your finger over the button and after OSK has disappeared slide your finger again over the button and finally release it. Aren't these action buttons meant to be click-able when they are above OSK? Now in practice they aren't. A small sample app with OSK action button to demonstrate the problem... https://code.launchpad.net/~matti-rintanikkola-d/+junk/osk-button-bug https://developer.ubuntu.com/en/apps/qml/tutorials/ubuntu-screen-keyboard-tricks/ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1495118/+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