Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9
-
None
Description
When testing QTBUG-123455 a related issue was found on Windows.
Using the same test case
import QtQuick import QtQuick.Controls.Basic Window { id: outerWindow width: 800 height: 600 visible: true color: "orange" Row { anchors.bottom: parent.bottom TextField {} Button { text: "Click Me" onClicked: console.log("Outer button clicked") } } WindowContainer { window: Window { width: 640 height: 480 visible: true color: "cyan" Row { anchors.bottom: parent.bottom TextField {} Button { text: "Click Me" onClicked: console.log("Inner button clicked") } } } } }
Click on the text field in the embedded window to give it focus. After this, it becomes impossible to give keyboard focus to the text field in the top level window by clicking on it.
Attachments
Issue Links
- relates to
-
QTBUG-132071 QML Window Container: Tab Focus between parent and embedded window doesn't work
- Closed
- resulted from
-
QTBUG-123455 [Wayland] Embedded window does not receive keyboard focus
- Open
Gerrit Reviews
For Gerrit Dashboard: QTBUG-130754 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
605375,1 | Activate window first if item force active is requested | dev | qt/qtdeclarative | Status: NEW | -1 | 0 |