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

Android: Backspace dont erase selected text

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P2: Important
    • None
    • 5.3.2
    • QPA
    • None
    • Android 4
    • Android

    Description

      The backspace key on the Android virtual keyboard doesn't erase the selected text.
      It works well on Windows.

      import QtQuick 2.2
      import QtQuick.Window 2.1

      Window {
      visible: true
      width: 1024
      height: 768

      TextInput

      { x: 423 y: 328 width: 200 height: 50 text: "Test" onActiveFocusChanged: selectAll() }

      }

      Attachments

        Issue Links

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

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              bruno deligny Bruno Deligny
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes