SUMMARY Cannot scroll with trackpad or use arrow keys to navigate. STEPS TO REPRODUCE 1. Launch Application Dashboard 2. Go to All Aplications and try to scroll. 3. No movement apart from the scroll bar only. 4. Use arrow key to move through applications - no response. OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Hmm, how to edit the original?? Extra notes: Plasma 6.04 Same behaviour on Wayland and Xorg.
Can reproduce with current git master.
For me this behaviour is inconsistent -- sometimes when I scroll with my trackpad, the applications grid scrolls, and sometimes it does not. But when my cursor is on or near the scrollbar, scrolling always works. (openSUSE Tumbleweed 20240510, KDE Plasma 6.0.4, KDE Frameworks 6.1.0, Qt 6.7.0)
(In reply to Alan Rempel from comment #3) > For me this behaviour is inconsistent -- sometimes when I scroll with my > trackpad, the applications grid scrolls, and sometimes it does not. But when > my cursor is on or near the scrollbar, scrolling always works. (openSUSE > Tumbleweed 20240510, KDE Plasma 6.0.4, KDE Frameworks 6.1.0, Qt 6.7.0) Yes! I have since discovered that scrolling will work for a few seconds at times then stop again. Also note, that one the same device on another drive with Kubuntu the scrolling works fine in the application.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5333
*** Bug 495928 has been marked as a duplicate of this bug. ***
Git commit 4f9b1a69c8105b0c59e667e6a242f821b51208b4 by Nate Graham, on behalf of Tomislav Pap. Committed on 24/03/2025 at 23:23. Pushed by ngraham into branch 'master'. 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. FIXED-IN: 6.4.0 M +1 -1 applets/kicker/plugin/wheelinterceptor.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/4f9b1a69c8105b0c59e667e6a242f821b51208b4