Wheel-scrolling is missing the first event
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: tgnff242, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: nightly-community, regression)
Steps to reproduce:
I'm on KDE/X11.
- Open a long page, where the scrollbar is visible, like
about:support
. - Click outside of the window.
- Hover over the window with the pointer and scroll using the wheel, OR click on the window first then try to use the wheel to scroll.
Actual results:
The first scrolling event is missed, regardless of whether the window is focused first or not.
Expected results:
This was introduced in Bug 1967375. Setting MOZ_USE_XINPUT2=0
works around the issue.
Comment 1•5 months ago
|
||
:saschanaz, since you are the author of the regressor, bug 1967375, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 2•5 months ago
|
||
Can you provide more details:
- KDE version?
- distribution and its version?
- gtk3 version?
Updated•5 months ago
|
KDE Plasma: 6.3.5
KDE Frameworks: 6.14.0
Qt: 6.9.0
GTK3: 3.24.49
distribution: Arch Linux
Comment 4•4 months ago
|
||
Hmm, I can reproduce it, and very interestingly Chrome has the same issue.
KDE Plasma: 6.2.5
KDE Frameworks: 6.9.0
Qt: 6.8.1
GTK3: 3.24.43-4
distribution: Steam OS
So I guess this is still a KDE issue?
Comment 5•4 months ago
•
|
||
Actually with MOZ_USE_XINPUT2=1 and gtk 3.24.41, Ubuntu 24.04.2 LTS with Gnome 46.0 shows the same issue. Also on Chrome. Is this just the behavior of xinput2? 🤔
Comment 6•4 months ago
|
||
Looks like so.
Description
•