mhoeher / opentodolist

A simple Todo and task management application - Mirror of https://gitlab.com/rpdev/opentodolist
https://opentodolist.rpdev.net
GNU General Public License v3.0
161 stars 12 forks source link

Touchpad scrolling does not work on Windows #70

Open hynow opened 2 years ago

hynow commented 2 years ago

It would be helpful to be able to scroll with the touch pad (two finger scroll).

mhoeher commented 2 years ago

Stupid question, but: Does scrolling on Windows using the touch pad consistently not work?

I would wonder a little bit about this, because OpenTodoList is built upon the Qt framework (which is a cross platform toolkit abstracting nicely away the different OSes, so I don't have to do myself). User input - such as scrolling - is included there.

Now, I have to admit, I am not a regular Windows user (in fact, I don't even have a single device running it natively, so my ways to test this are currently limited), but from my work (where we also use Qt a lot) I know that touchpad scrolling in Qt based apps is working in general.

So to shed some more light on this:

I know that at least in some pages (I think at least the schedule page is sometimes affected) scrolling stops to work - usually, either changing to another view or restarting the app helps. Unfortunately, I didn't yet found a cause for this behaviour.

Or course, if scrolling consistently doesn't work on your side, it might be completely unrelated to this observation. In this case, do you have the chance to test on another Windows device (just to rule out any kind of driver issues or whatsoever)?