Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.1
-
None
-
Mac OS X 10.8.4
-
-
da0c74550f0e8a21239896d6aead6e05f85eb695
Description
import QtQuick 2.1 import QtQuick.Window 2.0 import QtQuick.Controls 1.0 ApplicationWindow { Window { id: popup flags: Qt.Popup } Timer { interval: 500 running: true repeat: true onTriggered: { console.log(activeFocusItem); popup.show(); popup.hide(); } } }
Output:
QQuickRootItem(0x101e046d0) null null
Attachments
Issue Links
- relates to
-
QTBUG-26598 Window focus is lost when clicking at a QComboBox (Mac OS X)
- Closed
For Gerrit Dashboard: QTBUG-33423 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
96641,2 | QQuickWindow autotest: focus transferred to parent on window close | 5.4 | qt/qtdeclarative | Status: MERGED | +2 | 0 |