- 
    
Bug
 - 
    Resolution: Done
 - 
    
P1: Critical
 - 
    5.2.0
 - 
    None
 - 
    Windows 7
 
- 
        qtquickcontrols:76ec5710d544dd19ef13c467bfcb1e441af56499
 
- Start the following example in QmlScene:
import QtQuick 2.0 import QtQuick.Controls 1.1 Rectangle { width: 360 height: 360 ComboBox { model: ["test", "test2"] } }
 - Open the drop-down menu by clicking into the combo box.
 - 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
- resulted from
 - 
                    
QTCREATORBUG-11327 Dropdown part of "Source" combo box is empty and makes Creator unusable
-         
 - Closed
 
 -