Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.1.0
Description
Even thought the SpinBox is set to enabled: false it will react to hover events.
import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Window 2.15 Window { width: 640 height: 480 visible: true title: qsTr("Hello World") SpinBox { id: spinBox anchors.centerIn: parent enabled: false hoverEnabled: true onHoveredChanged: console.log("hover", spinBox.hovered) } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-103716 Disabled QML Item background color changes on mouse hover
- Closed
- resulted from
-
QTBUG-30801 Button: tooltip not shown when the button is disabled
- Closed
- resulted in
-
QDS-4658 Hover state still enabled in blocked property
- Closed