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

TextInput: vertical alignment is broken

    XMLWordPrintable

Details

    • 99da7a805240f64f550572bb6f970b9e68b043c9

    Description

      The vertical alignment does not work properly in TextInput. The cursor is at the correct place but the text is always written at the top of the control.

      import QtQuick 2.0
      
      TextInput {
          width: 400
          height: 400 // to show the cursor is not aligned with the text
          text: "this is text"
          verticalAlignment: TextEdit.AlignBottom
      }
      

      Attachments

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

        Activity

          People

            ntg Pierre Rossi
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes