Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.9.0 Beta2
-
None
-
-
acdcec11f (6.9.0), 8fb643f6d (dev), 41d4ff557 (6.9)
Description
Please notive the hover effect for the ComboBox items.
With Qt 6.8 this works both for Window or ApplicationWindow as root.
With Qt 6.9 this does not hover with ApplicationWindow as root.
Tried on Windows + macOS (native styles).
import QtQuick import QtQuick.Controls // Window { ApplicationWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") ComboBox { model: 10 width: 300 } }
Attachments
For Gerrit Dashboard: QTBUG-133886 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
629564,3 | Control: fix regression where hoverEnabled defaulted to false | 6.9.0 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
629576,5 | Control: fix regression where hoverEnabled defaulted to false | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
631623,2 | Control: fix regression where hoverEnabled defaulted to false | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |