| Summary: | pressing Ctrl (while document is sliding because of scrolling) lets the document zoom instead of further sliding. | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Harry Fuchs <spaaaaaam> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | wishlist | CC: | aacid, nate |
| Priority: | NOR | Keywords: | accessibility, usability |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Harry Fuchs
2015-09-29 18:30:06 UTC
This is caused by the X11 synaptics touchpad driver's inertial scrolling feature. Apps need special code to prevent this from happening. For example: https://cgit.kde.org/ktexteditor.git/commit/?id=f51befdc80b1a8dfd65b800b3b10dba97d10a2cb With Libinput on Xorg or Wayland, the problem "disappears" because libinput doesn't implement inertial scrolling, and expects UI toolkits like Qt and GTK to implement inertial scrolling behavior themselves. *** This bug has been marked as a duplicate of bug 443819 *** |