Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-36731

If you specify transform: Scale.Pressed a key right and left TextInput cursor disappears.

    XMLWordPrintable

Details

    Description

      import QtQuick 2.0
      import QtQuick.Controls 1.1

      Item {
      width: 900
      height: 900

      TextInput{
      focus: true
      width: 700
      height: 50

      color: "white"

      anchors.top: parent.top
      anchors.topMargin: 20
      anchors.left: parent.left
      anchors.leftMargin: 20

      font.pixelSize:32

      text: "0587239823794293646324723784"

      Rectangle

      { anchors.fill: parent; z:-1; color: "black" }

      transform: Scale

      { xScale: 0.66; yScale: 0.66;}

      }
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sletta Gunnar Sletta
            iliya37 iliya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes