Comment 23 for bug 1694373

Revision history for this message
In , Daniel van Vugt (vanvugt) wrote :

Gnome Shell app grid scrolls too quickly with mouse wheel.

It seems to scroll one page per wheel tick, which is way too much. If you're used to using a wheel then you almost certainly have scrolled multiple pages with a single flick of the wheel.

On the other hand, waiting for multiple ticks would also be unacceptable (would feel unresponsive and cause more bug reports). So I think the only solution here is to implement proper smooth touchpad-style floating point scrolling, and let a mouse wheel tick be some proportion of that (historically 15.0f?).