https://bugs.kde.org/show_bug.cgi?id=509094
Bug ID: 509094
Summary: ComboBox ignores wheelEnabled property in Breeze style
Classification: Plasma
Product: Breeze
Version First 6.4.4
Reported In:
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
When using Qt Quick Controls 2 with Breeze style (e.g. in KDE Plasma),
the ComboBox continues to respond to mouse wheel scrolling
even when `wheelEnabled: false` is set.
This works correctly in other styles (Fusion, Material, Default),
but Breeze style does not respect the property.
Expected: ComboBox should not react to mouse wheel when wheelEnabled is false.
Actual: It changes the current index on wheel scroll.
Probably in the ComboBox.qml file on line 202 the WheelHandler continues to
handle the event
Steps to reproduce:
1. Create ComboBox with wheelEnabled: false
2. Hover over ComboBox and scroll with mouse wheel
3. Value changes despite wheelEnabled: false
Qt version: 6.9.1
KDE Plasma version: 6.4.4
OS: Fedora Linux 42
--
You are receiving this mail because:
You are watching all bug changes.