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

TextInput's cursor is too tall (full height of element)

XMLWordPrintable

      Run the code below and note that the cursor is full height of the
      TextInput element.

      import QtQuick 2.0
      
      Rectangle {
          width: 300; height: 400
          Rectangle {
              anchors.centerIn: parent
              width: 200; height: 100
              color: "yellow"
      
              TextInput {
                  anchors.fill: parent
                  focus: true
              }
          }
      }
      

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

            denexter Andrew den Exter (closed Nokia identity) (Inactive)
            mathiasm Mathias Malmqvist
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes