Summary: | Annotations should optionally ignore touch | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Zamundaaa <xaver.hugl> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | nate, rdiaz02 |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 1.10.80 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Zamundaaa
2020-08-09 21:35:12 UTC
I never used a touchscreen, but scrolling with two fingers should work fine. Did you try that? AFAIK two finger gestures are sent as “pinch” gesture event first, and then Okular just needs to process and accept this gesture event. I don’t know how comfortable that is, since it is also used for zooming. Can reproduce. Touch and pen are indeed different inputs, and were Okular to use QtQuick for the UI, this is something we'd be able to easily do. As it, I guess we need to handle it manually. The two finger gesture does not work if an annotation is enabled. It paints with the first finger and only zooms. Either way though a two finger swipe is not really very usable exactly because it also zooms. I can confirm Zamundaaa's comments in Windows too, with the current nightly build (as of 2021-09-18, v. 21.11.70) and the stable version (20.12.2): when annotation is enabled, scrolling with two fingers does not work (it zooms and it paints). This makes it cumbersome (need to turn annotation on/off) to use Okular on tablet devices for commenting/annotating. |