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

TextField dismisses soft keyboard on multiple quick taps in Qt 6.9.2+

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P1: Critical P1: Critical
    • None
    • 6.9.2, 6.10.0 Beta4
    • Quick: Controls 2
    • Android 15, 16. Samsung S21+, Pixel 8+
    • Android
    • 2025wk38s2QtforAndroid, 2025wk40s2-3QtforAndroid

      I’m encountering an issue in Qt Quick 6.9.2 on Android. Please take a look at this very simple QML main form:

       

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls
      ApplicationWindow {
          visible: true
          TextField {
              anchors.fill: parent
              text: "Please tap quickly multiple times on this text, the soft keyboard eventually disappears"
          }
      }
       
      

      When I tap quickly multiple times on this text, the soft keyboard sometimes disappears and then quickly appears (it is flickering). This behaviour makes it impossible to work with the default context menu (Copy/Paste/Select all etc.). I observe this behaviour in 6.9.2 and 6.9.10, but I do not have this problem in 6.9.0.

        1. video.mp4
          9.38 MB
          Dmitry Reshitko
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jani-korteniemi Jani Korteniemi
            grumegargler Dmitry Reshitko
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes