Open
Bug 1749169
Opened 2 years ago
Updated 2 months ago
[wayland] [kde] Mousewheel ticks scroll faster in KWin than in GNOME
Categories
(Core :: Widget: Gtk, defect)
Core
Widget: Gtk
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•2 years ago
|
See Also: → https://bugs.kde.org/show_bug.cgi?id=438326
Assignee | ||
Comment 1•2 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•2 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Updated•2 years ago
|
Keywords: regression
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1715513
status-firefox96:
--- → affected
status-firefox97:
--- → affected
status-firefox98:
--- → affected
status-firefox-esr91:
--- → affected
Updated•2 years ago
|
Updated•2 years ago
|
Has Regression Range: --- → yes
Updated•2 years ago
|
Updated•2 years ago
|
status-firefox100:
--- → affected
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•1 year 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.
You need to log in
before you can comment on or make changes to this bug.
Description
•