Bug 319870 - Add smooth scrolling
Summary: Add smooth scrolling
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-15 14:11 UTC by Ezio Vergine
Modified: 2020-06-25 06:28 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.10


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ezio Vergine 2013-05-15 14:11:43 UTC
This report say that this feature is already implemented:
https://bugs.kde.org/show_bug.cgi?id=119252

With version currently installed on my system (0.16.3), I have not yet this feature. It's a bug or thi feature is not yet implemented?

Reproducible: Always
Comment 1 Albert Astals Cid 2013-05-15 17:52:56 UTC
Smooth scrolling is implemented. Of course it may not mean what you understand by smooth scrolling, so intstead of opening a bug saying "Add smooth scrolling", can you please exactly describe what you want? Sadly we are not mind readers yet
Comment 2 Ezio Vergine 2013-05-15 18:07:46 UTC
sorry, you're right.

For smooth scrolling I mean a smooth vertical movement of the page visualized when I scroll with my touchpad. Now, vertical scroll is about 20 pixel for step. If I scroll from the beginning to the end of a page I wish a smooth scrolling of the page.

This is a video that explain better what I mean. Sorry for my english.

http://www.youtube.com/watch?v=JgvKGlKAXOU
Comment 3 Albert Astals Cid 2013-05-15 18:14:57 UTC
Oh, that, i hate that :D

Of course if someone has time to code a patch we can always ship it disabled if the patch is not very intrusive.
Comment 4 Ezio Vergine 2013-05-15 18:20:44 UTC
Ok. thank you for your work.
Comment 5 Michael D 2013-10-07 13:38:16 UTC
Here's another vote for smooth, aka "per pixel", scrolling in Okular. Actually, it would be nice to implement this feature across the board in all KDE 4 applications of the "right sort".
Comment 6 Yichao Zhou 2014-01-31 14:04:00 UTC
Implemented in https://git.reviewboard.kde.org/r/115413/.

But only for mouse wheel scroll.
Comment 7 Lag 2016-01-11 16:58:14 UTC
+1 for the per pixel request on touchpads.
Is anybody able to implement it? Lots of people would be really happy, especially now that everything - from browser to plasma UI - is smooth :)

Thank you!
Comment 8 Laura David Hurka 2019-05-11 20:58:29 UTC
I already have per-pixel scrolling with my touchpad. Versions:

Computer: Lenovo Ideapad s205 (with Synaptics touchpad)
Touchpad settings: Inertial scrolling off (doesn’t matter)
KDE Neon 5.15
Plasma 5.15.4
KDE Frameworks 5.57.0
Qt 5.12.0
Kernel 4.18.0-17-generic

All applications have per-pixel scrolling, Konsole and Kate have per-line scrolling. Only Firefox does junk.

Scrolling with a mouse wheel (simulated with xdotool) gives stepwise scrolling (not animated) in Okular and most other applications. In some widgets, like QAbstractItemView (like in Dolphin), it gives smooth scrolling (stepwise, animated).

(Just for info: I don’t like smooth scroling (stepwise, animated), because when I send saccadic scroll commands (what the mouse wheel mechanic enforces), my eyes also want to move saccadic. So, after the saccadic eye movement, I have to wait until the animation is over. Please do not implement smooth scrolling (stepwise, animated) anywhere without an option to turn it off.)

So, questions are:
How to activate smooth scrolling (mouse wheel stepwise, animated) in Okular?
Should this bug be closed, because Okular already supports per-pixel scrolling?
Comment 9 Laura David Hurka 2020-06-25 06:28:37 UTC
Smooth scroll step animations and inertial scrolling are implemented now.