Hmm, maybe the problem is just QtMir speeding up/amplifying mouse wheel events a bit too much:
src/platforms/mirserver/qteventfeeder.cpp: const QPoint angleDelta = QPoint(hDelta * 15, vDelta * 15); mQtWindowSystem->handleWheelEvent(timestamp.count(), angleDelta, modifiers); which then makes for a high scrolling velocity that takes a while to finish. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1556795 Title: Mouse wheel scrolling keeps going inertially (past the location I want to scroll to) Status in qtmir package in Ubuntu: New Status in ubuntu-ui-toolkit package in Ubuntu: New Status in unity8 package in Ubuntu: New Bug description: Using a mouse wheel in Unity 8 > System Settings > Background works for scrolling. But it keeps scrolling inertially even after I've stopped rolling the wheel. This doesn't seem like a major issue, but it feels like the same kind of usability problem I have seen in Pocket Desktop where the web browser scrolls too far using two fingers on the phone (which I suspect is another simulated mouse wheel scroll :P). And in the web browser, not being able to scroll to the location you want is very frustrating. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtmir/+bug/1556795/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp