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

Context menues and ALT+Tab leads to serious focus issue

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.3.0
    • 5.2.0
    • Quick: Controls 1
    • None
    • Windows 7
    • qtquickcontrols:76ec5710d544dd19ef13c467bfcb1e441af56499

    Description

      1. Start the following example in QmlScene:
        import QtQuick 2.0
        import QtQuick.Controls 1.1
        
        Rectangle {
            width: 360
            height: 360
            ComboBox {
                model: ["test", "test2"]
            }
        }
        
      2. Open the drop-down menu by clicking into the combo box.
      3. ALT-Tab into another application.

      The context menu stays at the top.
      QmlScene does not get focus unless the user clicks inside the context menu.
      It is not possible to close/cancel the context menu by clicking anywhere else.

      This can be really awkward. See: QTCREATORBUG-11327

      Attachments

        Issue Links

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

          Activity

            People

              dedietri Gabriel de Dietrich (drgvond)
              thohartm Thomas Hartmann
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes