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

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

    XMLWordPrintable

Details

    Description

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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes