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

Regression: Keys.onPressed() in TextInput

    XMLWordPrintable

Details

    • 2565ef220b9f261fc2d62869b8d38625e41bc6fd

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes