Summary: | Since okular in kde applications 20.04 scrolling using up/down keys inconvenient | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | vyacheslav <galdralag> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version First Reported In: | 1.10.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
vyacheslav
2020-07-11 10:06:51 UTC
This is intentional now that there's a smooth animated scrolling effect, which will be re-enabled in Okular 1.11.2 (AKA from kde applications 20.08.2). It should be nicer now and hopefully it's not annoying anymore. If I make the window small, arrow keys scroll almost half of the page. In item based views, a scroll step is usually 3 lines, but not more than one line less than fits on screen. Currently PageView scrolls by 100 device independent pixels. How about scrolling 5 Em, but not more than 25% of the viewport height? That seems reasonable, but shouldn't be be 3em to match the default number of lines to scroll? I fact we should just make sure that the arrow keys scroll exactly as much as one "tick" of a mouse's scroll wheel. |