Public bug reported:

A common method in Touch for keeping something on top of the OSK is
something like:

Rectangle {
    anchors.left: parent.left
    anchors.right: parent.right
    anchors.bottom: parent.bottom
    anchors.bottomMargin: Qt.inputMethod && Qt.inputMethod.visible ?
                          Qt.inputMethod.keyboardRectangle.height : 0

    color: UbuntuColors.porcelain
    height: units.gu(4)
}

But when the OSK animates in or out, you can see that the rectangle
can't keep up with it.  Gaps of the background can be seen as the OSK
moves.

Ideally we'd have a better way to keep something adjacent to the OSK.

** Affects: qtmir (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1616163

Title:
  Qt.inputMethod.keyboardRectangle.height doesn't synchronize with
  actual drawing of OSK on screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1616163/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to