mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
288 stars 66 forks source link

Drag and Drop disabled To-Dos (on touchscreen and digital pencils) #215

Open CodingTurtle2 opened 6 months ago

CodingTurtle2 commented 6 months ago

When I try to drag a To-Do, it blurs (and it is also disabled) and I'm not able to check it or do something else until I restarted the program. This also affect the mouse (I can't click or interact with the To-Do with the mouse, too).

I think that the drag and drop problem is caused by gnome gtk but I also think that the blur-disabled-to-do is caused by errands.

(The screenrecord was performed with a digital pen but it was the exact same behavior with the touchscreen) (The screenrecord also records the console output but there was no error or log message)

BugReport2_Gnome_Errands.webm

I have not had enough experience to test it exactly, but I hope this helps🙂.

mrvladus commented 6 months ago

Tasks disabling is correct behaviour, but when you drag, it should show task drag icon with task text like this: Запись экрана от 2024-02-26 12-34-36.webm

I guess it's gtk bug with touchscreen. I'll test it, maybe it needs change some order of things or drag'n'drop signals...