https://bugs.kde.org/show_bug.cgi?id=491490
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@ratijas.tk --- Comment #2 from Nate Graham <n...@kde.org> --- So the culprit is these two lines on the relevant files: snapMode: ListView.SnapToItem highlightRangeMode: ListView.StrictlyEnforceRange Because the items are so large, you need to perform a large horizontal scroll to avoid the view snapping back to the original item. We want the items large, of course, because large screenshots are pretty and easier to view than small screenshots. I could be wrong but I don't see a lot of API for tweaking the behaviors here. We might have to override the touchpad scroll behavior. -- You are receiving this mail because: You are watching all bug changes.