-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.12.0
SpinBox does not lose focus:
import QtQuick 2.13 import QtQuick.Layouts 1.13 import QtQuick.Controls 2.13 ApplicationWindow { id: window visible: true width: 600 height: 600 onActiveFocusItemChanged: print(activeFocusItem) Column { SpinBox { Component.onCompleted: print(focusPolicy) } SpinBox {} } }
- relates to
-
QTBUG-88578 SpinBox does not respect its focusPolicy
-
- Open
-
For Gerrit Dashboard: QTBUG-80648 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
665207,2 | Fix focus behavior for QQuickSpinBox | dev | qt/qtdeclarative | Status: NEW | 0 | 0 |