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
              }
          }
      }
      

        For Gerrit Dashboard: QTBUG-22386
        # Subject Branch Project Status CR V

            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