Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
6.2.4
-
None
Description
The background color of QML `Item`s changes to the color set in the hovered property even when it is disabled. According to the documentation of Item, it should not receive keyboard or mouse events when disabled.
https://doc.qt.io/qt-6.2/qml-qtquick-item.html#enabled-prop
This can be reproduced with the attached sample.
This issue happens with Qt6.2.4 and the expected behavior as it is written in above mentioned URL is observed with Qt 5.15. So we wonder if this is a regression.
Attachments
Issue Links
- duplicates
-
QTBUG-94919 Control changes hover state even though it is disabled
- In Progress
- resulted from
-
QTBUG-30801 Button: tooltip not shown when the button is disabled
- Closed