[PATCH] Fix Scroll Wheel issue in AllApps submenu of Application Dashboard
authorTomislav Pap <bad63r@gmail.com>
Mon, 24 Mar 2025 23:23:07 +0000 (23:23 +0000)
committerAurélien COUDERC <coucouf@debian.org>
Tue, 20 May 2025 06:31:26 +0000 (08:31 +0200)
commitf4ec35bb90b5840c641602606aeb2ad36e29f309
tree0201144e31dfa11314bc9633117cedad8bc47d13
parent30bf8493e142ed415f9333742de74ccf246521c0
[PATCH] Fix Scroll Wheel issue in AllApps submenu of Application Dashboard

Scroll with mouse wheel was problematic in AllApps subsection. It worked
partially, abruptly stopping when hovering over app icons, or just
during mouse wheel scrolling.

The problem is that QQuick WheelInterceptor::findwheelArea() never entered
into its if statement because there are 3 children elements of QML parent,
and their z axis values are 1, 0, 0 respectfully.

BUG: 486481
FIXED-IN: 6.4.0

Gbp-Pq: Name upstream_4f9b1a69_Fix-Scroll-Wheel-issue-in-AllApps-submenu-of-Application-Dashboard.patch
applets/kicker/plugin/wheelinterceptor.cpp