Open
Description
Issue Summary
I managed to borrow a computer with a dual boot Ubuntu 18.10 version so this will be an issue for these problems to help keep track of them.
Here's what I found:
- Pressing spacebar does not invoke the pan functionality, instead it changes to the move tool. And sometimes it locks the application unexpectedly.Moving the mouse pointer outside the canvas area will lock the cursor to whatever other cursor icon it grabbed, indefinitely. In my test everytime I was going to pick a tool, the mouse pointer passed on top of panel division so the resize cursor (double arrow) was activated, then it remained locked even when returning to the canvas and drawing. The only way to get out of it is to get the application out of focus by pressing CTRL + TAB and come in again. This is related to wrong cursor icon when using a tablet #1017The zoom issue found in Canvas zoom factor abrupt change disrupts navigation workflow #1169 is still not fixed in Ubuntu 18.10 even though it was fixed for WindowsThe tablet input events are not working when using the hand tool on a camera layer, I could only move the camera using the mouse.I imported a wav file into a sound layer and it does not recognize the sound length nor does it even attempt to import it. The behavior is that of Can't load sound files in ubuntu 18.10 appimage #1187 and it could be related to Broken sound playback in AppImages #1033 Here's a google drive link to the sound I tested untitle.wavThere seems to be no problem with the computation window or the off-pressure stroke terminator related to [BUG] stabilization function create artifacts on drawing strokes #677 or reported in this video
Expected Results
If someone fixes these issues, I'll check mark each issue once it's solved the next time I test this. So please don't close the issue. The expectation is that all of them should not happen
Steps to reproduce
Each issue is pretty straightforward and those with related attached issues or links have their respective reproduction steps in said reports and videos.
System Information
- Pencil2D Version:
Version: 0.6.2
commit: ab16062
date: 2019-02-27_00:09:57
Development build
Operating System: Ubuntu 18.10
CPU Architecture: x86_64
Activity
scribblemaniac commentedon Aug 3, 2019
I cannot reproduce issues 1, 3, and 4. Concerning issue 3, I do notice that it zooms in a little faster than it zooms out with the hand tool, but there is no abrupt zoom out. Can only reproduce the second issue with a tablet. I can confirm 5 and the cause it is well known but unfortunately not easy to fix.
scribblemaniac commentedon Aug 25, 2019
I have reproduced issue 3 now, it must only occur under certain circumstances.
Jose-Moreno commentedon Sep 26, 2020
[2020] I've tested with the nightly build appimage from september 24th 2020 and most of the issues tracker here seem to have been resolved. The only one that wasn't fully fixed was that of #1017 which i'm reopening with new information.
J5lx commentedon Sep 19, 2021
@Jose-Moreno I believe the cursor issue in AppImages was fixed a while ago. Could you test it again and check whether this issue can be closed?
Jose-Moreno commentedon Oct 17, 2021
@J5lx Hi, sorry it took me so long to reply to your comment, between work and not being able to use my ubuntu install I finally go some footage:
https://youtu.be/LttxxEJezno
Bottom line, the state of the tasks on the original comment still apply. Everything that's checked has been fixed. The second issue was partially improved.
Edit:
This was tested on Ubuntu 18.10, which was the same install as the original report. The issue seems to be related to tablet events so I suggested checking out MrStvns most recent PR for the fill tool, which has some changes related to the input handling for tablets.
For some reason I can't download nightly builds from google drive on my Ubuntu image, so I could only test with the release APP Image version for 0.6.6
scribblemaniac commentedon Oct 18, 2021
I will add that I have observed the cursor getting stuck in these move states while working with some of the latest code (not appimage), and even while using a mouse. It is not something I can ever seem to reproduce consistently or determine what the cause of it was, unlike what @Jose-Moreno is seeing.
J5lx commentedon Oct 18, 2021
Thanks for checking again, Jose. Unfortunately, In this case it’s no wonder it’s still happening, since the “fix” has not been released yet. Only nightly build 210 (from 9 Jun) and later have it. If you’d be so kind as to test it with a nightly build, I’ve reuploaded the current one over here, where you should be able to download it without issues.
Oh that’s just great. I haven’t really seen that happen myself tbh, but then again I was somewhat inactive until recently, so maybe I just haven’t noticed yet. But considering that the root cause for this (or at least for the original issue) was always a bug in Qt, would you mind posting your distro and the version of Qt you’re experiencing that issue with?
Edit:
I could check this when I’m on Linux again, but to be honest I don’t think that PR will help. The PR deals with TabletRelease events, but the cursor issue was caused by Qt internally not generating Enter/Leave events for certain tablet events.
scribblemaniac commentedon Oct 19, 2021
It could be something that does not happen with Wayland if that is what you are using. I am currently on Ubuntu 21.04 with Qt 5.15.2. I am not sure if I encountered this with the flatpak 0.6.6 version, or if I encountered it with source builds from master, or both. It's one of those things I don't pay much attention to any more, but I will update next time I catch this happening.