[wayland] [kde] Mousewheel ticks scroll faster in KWin than in GNOME
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
That is because the event delta in the smooth event is not integral (it's e.g. 1.5). However they do send the discrete ticks as well.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
This matches the GTK4 behavior, and shouldn't change behavior on
GNOME+Wayland, since the deltas for mousewheel ticks are 1.0 there.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1715513
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•2 years ago
|
||
This also affects me on KDE 5.26 Wayland. My Amazon fixed-lines mouse scrolls extremely fast.
As a workaround I set "mousewheel.system_scroll_override.enabled" to false and now it's a bit more comfortable. This gets it to scroll 2 rows in about:config instead of 3.
Emilio, I wonder how Bug 1836886 align here? We can use discrete scroll events directly with patches at Bug 1836886 so is this patch still applicable or do you want to rebase it on top of Bug 1836886 one?
Thanks.
Assignee | ||
Comment 5•4 months ago
|
||
I suspect bug 1836886 fixes this too. I wonder, tho, if this patch also works and fixes bug 1836886 similarly? It'd be simpler...
Assignee | ||
Updated•4 months ago
|
Can you please test on latest nightly?
https://fedoraproject.org/wiki/How_to_debug_Firefox_problems#Testing_Mozilla_Nightly_binaries
Thanks.
Description
•