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

Attached Keys signal handlers don't work for an editable ComboBox

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.10.0 Beta 1
    • 5.9.0
    • Quick: Controls 2
    • None
    • 2e8c6a58e2b5691f5fba3f8f10125a5fee14ea05

    Description

      import QtQuick 2.7
      import QtQuick.Controls 2.2
      
      ApplicationWindow {
          width: 360
          height: 360
          visible: true
      
          ComboBox {
              editable: true
              Keys.onPressed: console.log(event.key) // not called
          }
      }
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes