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

Application freezes when trigger an Action's shortcut in sub-sub Menu

    XMLWordPrintable

Details

    • All
    • 5d8eeb6a2 (dev), 0c08d9d1f (6.9)

    Description

      Application freezes when trigger an Action's shortcut in sub-sub Menu

      Minimal reproducer:

      import QtQuick
      import QtQuick.Controls
      
      Window {
          id: window
          width: 320
          height: 400
          visible: true
      
          Menu {
              Menu {
                  Menu {
                      Action {
                          shortcut: StandardKey.Copy
                      }
                  }
              }
          }
      }
      

      Just run it and press Ctrl+C (Cmd+C) shortcut.

      Attachments

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

        Activity

          People

            mitch_curtis Mitch Curtis
            studiosus Vladimir Belyavsky
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There is 1 open Gerrit change