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

TextArea inside Flickable - cursor does not appear with LayoutMirroring.enabled

    XMLWordPrintable

Details

    • d75ab891ed (qt/qtdeclarative/dev) d75ab891ed (qt/tqtc-qtdeclarative/dev) 3744a52580 (qt/qtdeclarative/6.3) 3744a52580 (qt/tqtc-qtdeclarative/6.3) 591cf585a3 (qt/tqtc-qtquickcontrols2/5.15)

    Description

      when TextArea having right alignment or LayoutMirroring enabled, and is placed under a Flickable, cursor at the rightmost position is not visible. Please refer to attached sample.

              Flickable {
                  anchors.fill: parent
                  TextArea.flickable: TextArea {
                               /*
                      LayoutMirroring.enabled: true
                      horizontalAlignment:TextEdit.AlignLeft
                     */
                      horizontalAlignment:TextEdit.AlignRight
                      verticalAlignment: TextEdit.AlignVCenter
                      wrapMode: TextEdit.Wrap
                  }
              }
      

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              shmittal Shveta Mittal (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: