Bug 493886 - First mousewheel scroll is ignored
Summary: First mousewheel scroll is ignored
Status: RESOLVED UPSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: Pager widget (show other bugs)
Version: master
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-30 19:05 UTC by JT Hundley
Modified: 2024-10-01 19:21 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: Qt 6.7.3
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JT Hundley 2024-09-30 19:05:37 UTC
SUMMARY
When using the mousewheel to change activities in the activity pager, the first mousewheel event is ignored.

STEPS TO REPRODUCE
1. Click in another window to give it focus.
2. Move the mouse over the activity pager and scroll it.

OBSERVED RESULT
The first time you move the mousewheel nothing happens. The 2nd time the activity is changed as it is supposed to.

EXPECTED RESULT
I expected the activity to change on the first mousewheel event as it did up until recently.

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS 
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.7.3
Kernel Version: 6.10.10-zen1-1-zen (64-bit)
Graphics Platform: X11
Comment 1 Nate Graham 2024-09-30 21:42:11 UTC
Cannot reproduce on Wayland. Likely X11-only. Can you still reproduce it on Wayland?
Comment 2 JT Hundley 2024-10-01 02:24:13 UTC
I just logged in using Wayland and the applet worked as expected, I could not reproduce the issue. I think you're right that it's X11-only.
Comment 3 JT Hundley 2024-10-01 16:11:16 UTC
Last night I upgraded qt6-base (6.7.3-1 -> 6.7.3-2) and the problem seems to be gone!
Comment 4 Nate Graham 2024-10-01 19:21:05 UTC
Cool, I guess it was a Qt bug. Thanks for following up!