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

Regression: Keys.onPressed() in TextInput

XMLWordPrintable

    • 2565ef220b9f261fc2d62869b8d38625e41bc6fd

      Test code

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      
      ApplicationWindow {
          TextInput {
              width: 640
              height: 480
              Keys.onPressed: print("hello")
          }
      }
      

      It should get the output "hello" when I input things. It works fine with 5.2.0 official release. But not the latest stable: qtbase/6112f8938c962e49b9277ef7152bf1303789ade7 , qtdeclarative/6112f8938c962e49b9277ef7152bf1303789ade7 , qtquickcontrols/8dc2cda27b9d0bf5d732c3f6de253f4989e198c4

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

            liaqi Liang Qi
            liaqi Liang Qi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes