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

TextInput selection pop-up (Cut, Copy, Select all, and Paste) and selection handles Misaligned outside the proper scope.

    XMLWordPrintable

Details

    • Android

    Description

      The TextInput selection pop-up options (Cut, Copy, Select all, and Paste) and selection handles are displaying outside the intended scope of the TextInput. This occurs when a user double-taps the text or performs a long press.

      Sample QML Code:

      Window {
          width: 640; height: 480; visible: true
          Rectangle{
              width: 120; height: 30; color: "#f1f1f2"
              anchors.centerIn: parent
              TextInput{ anchors.fill: parent }
          }
      } 
      Issue Expected

       

      Attachments

        1. expected.png
          expected.png
          106 kB
        2. Issue.jpg
          Issue.jpg
          230 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srutledg Shawn Rutledge
            sunilfyi Sunil Reddy
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes